Click or drag to resize

NamedConstructionPlaneTableFind Method

Finds a named construction plane.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int Find(
	string name
)

Parameters

name
Type: SystemString
Name of construction plane to search for.

Return Value

Type: Int32
>=0 index of the construction plane with the given name. -1 no construction plane found with the given name.
See Also