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
)
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.
See Also