Click or drag to resize

File3dmNamedConstructionPlanesDelete Method (Int32)

Remove a named construction plane from the table.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool Delete(
	int index
)

Parameters

index
Type: SystemInt32
Zero based array index.

Return Value

Type: Boolean
true if successful.
See Also