RhinoCommon API
GroupTableFind Method (String) |
Finds a group with a given name.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Parameters
- groupName
- Type: SystemString
Name of group to search for. Ignores case.
Return Value
Type: Int32>=0 index of the group with the given name. UnsetIntIndex no group found with the given name.