RhinoCommon API
GroupTableGroupObjectCount Method |
Returns the number of objects that are members of a group.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public int GroupObjectCount( int groupIndex )
Public Function GroupObjectCount ( groupIndex As Integer ) As Integer
Parameters
- groupIndex
- Type: SystemInt32
The index of the group.
Return Value
Type: Int32The nnumber of objects that are members of the group.
