File3dmNamedConstructionPlanesFindName Method |
Finds a named construction plane given its name.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Windows
Supported in: 6.8
See Also