Click or drag to resize

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
)

Parameters

name
Type: SystemString
The name of the construction plane to be searched.

Return Value

Type: ConstructionPlane
A ConstructionPlane, or null if not found.
See Also