File3dmNamedConstructionPlanesFindName Method |
Finds a named construction plane given its name.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public ConstructionPlane FindName(
string name
)
Public Function FindName (
name As String
) As ConstructionPlane
Parameters
- name
- Type: SystemString
The name of the construction plane to be searched.
Return Value
Type:
ConstructionPlaneA ConstructionPlane, or null if not found.
See Also