RhinoCommon API
GroupTableGroupNames Method |
Returns an array of all group names.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0
public string[] GroupNames( bool ignoreDeletedGroups )
Public Function GroupNames ( ignoreDeletedGroups As Boolean ) As String()
Parameters
- ignoreDeletedGroups
- Type: SystemBoolean
Ignore any groups that were deleted.
Return Value
Type: StringAn array if group names if succesful, null if there are no groups.