RhinoCommon API
File3dmMaterialTableFindIndex Method |
Retrieves a material based on Index. This seach type of search is discouraged.
We are moving towards using only IDs for all tables.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
public Material FindIndex( int index )
Public Function FindIndex ( index As Integer ) As Material
Parameters
- index
- Type: SystemInt32
The index to search for.
Return Value
Type: MaterialA material, or null if none was found.