Click or drag to resize

File3dmNamedConstructionPlanesDelete Method (ConstructionPlane)

Deletes a named construction plane from the table.

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

Parameters

cplane
Type: Rhino.DocObjectsConstructionPlane
The construction plane to delete.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.FileIO.File3dmNamedConstructionPlanes.Delete(Rhino.DocObjects.ConstructionPlane)"]

See Also