LayerTableFindNext Method (Int32, String) |
Use FindName(name, index).
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Windows
Supported in: 6.8
See Also