NamedConstructionPlaneTable.Find Method

NamedConstructionPlaneTableFind Method

Finds a named construction plane.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int Find(
	string name
)
Public Function Find ( 
	name As String
) As Integer

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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also