RhinoCommon API
LayerTableFindNext Method (Int32, String) |
Use FindName(name, index).
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
public Layer FindNext( int index, string layerName )
Public Function FindNext ( index As Integer, layerName As String ) As Layer
Parameters
- index
- Type: SystemInt32
Do not use. - layerName
- Type: SystemString
Do not use.
Return Value
Type: LayerDo not use.