GroupTableFind Method (String, Boolean) |
Finds a group with a given name.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic int Find(
string groupName,
bool ignoreDeletedGroups
)
Public Function Find (
groupName As String,
ignoreDeletedGroups As Boolean
) As Integer
Parameters
- groupName
- Type: SystemString
Name of group to search for. Ignores case.
- ignoreDeletedGroups
- Type: SystemBoolean
This parameter is ignored. Deleted groups are never searched.
Return Value
Type:
Int32
>=0 index of the group with the given name.
-1 no group found with the given name.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Obsolete (compiler warning) in 6.8
See Also