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