File3dmNamedConstructionPlanes.Delete Method (ConstructionPlane)

File3dmNamedConstructionPlanesDelete Method (ConstructionPlane)

Deletes a named construction plane from the table.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Delete(
	ConstructionPlane cplane
)
Public Function Delete ( 
	cplane As ConstructionPlane
) As Boolean

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)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also