Click or drag to resize

NamedLayerStateTableFindName Method

Returns the index of an existing named layer state.

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

Parameters

name
Type: SystemString
The name of the layer state.

Return Value

Type: Int32
>0 if successful, -1 if not found.
See Also