File3dmGroupTableFindName Method |
Finds a Group given its name.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.5
Syntax public Group FindName(
string name
)
Public Function FindName (
name As String
) As Group
Parameters
- name
- Type: SystemString
The name of the Group to be searched.
Return Value
Type:
GroupA Group, or null on error.
See Also