Click or drag to resize

File3dmNamedConstructionPlanesItem Property

Gets the named construction plane at an index.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public ConstructionPlane this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Zero based array index.

Return Value

Type: ConstructionPlane
A construction plane at the index, or null on error.
See Also