ArcFM Engine Developer Guide
CountGroups Method


Dataset containing the table to be counted.
RowGrouper object containing the group definitions.
Counts rows belonging to groups as defined by where clauses in the RowGrouper object. For XSLT convenience, populates the Groups field with a '|' delimited string listing all the groups each row belongs to.
Syntax
'Declaration
 
Protected Overridable Sub CountGroups( _
   ByVal dataset As DataSet, _
   ByVal groups As RowGrouper(Of GroupType), _
   ByVal groupFieldIndex As Integer _
) 
'Usage
 
Dim instance As GroupCounterTransformation(Of GroupType)
Dim dataset As DataSet
Dim groups As RowGrouper(Of GroupType)
Dim groupFieldIndex As Integer
 
instance.CountGroups(dataset, groups, groupFieldIndex)
protected virtual void CountGroups( 
   DataSet dataset,
   RowGrouper<GroupType> groups,
   int groupFieldIndex
)

Parameters

dataset
Dataset containing the table to be counted.
groups
RowGrouper object containing the group definitions.
groupFieldIndex
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GroupCounterTransformation<GroupType> Class
GroupCounterTransformation<GroupType> Members

 

 


Send Comment