RhinoCommon API
BitmapTableFindIndex Method |
Retrieves a BitmapEntry object based on Index. This search type of search is discouraged.
We are moving towards using only IDs for all tables.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public BitmapEntry FindIndex( int index )
Public Function FindIndex ( index As Integer ) As BitmapEntry
Parameters
- index
- Type: SystemInt32
The index to search for.
Return Value
Type: BitmapEntryA BitmapEntry object, or null if none was found.
