Click or drag to resize

File3dmNamedConstructionPlanesContains Method

Returns an indication of the presence of a named construction plane in the table.

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

Parameters

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

Return Value

Type: Boolean
true if the named construction plane is in the table; false otherwise.

Implements

ICollectionTContains(T)
See Also