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