NamedConstructionPlaneTable.Item Property

NamedConstructionPlaneTableItem Property

Conceptually, the named construction plane table is an array of ConstructionPlanes and their associated names. The operator[] can be used to get individual ConstructionPlanes.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public ConstructionPlane this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As ConstructionPlane
	Get

Parameters

index
Type: SystemInt32
Zero based array index.

Return Value

Type: ConstructionPlane
A construction plane at the index, or null on error.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also