GroupTableFind Method (String) |
Finds a group with a given name.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic int Find(
string groupName
)
Public Function Find (
groupName As String
) As Integer
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.
Version InformationRhino for Windows
Supported in: 6.8
See Also