Method GetDocGroupValue
GetDocGroupValue(Int32)
Returns the group value for the specified doc.
Declaration
protected abstract TGroupValue GetDocGroupValue(int doc)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | doc | The specified doc |
Returns
Type | Description |
---|---|
TGroupValue | the group value for the specified doc |