Click or drag to resize

ManifestTableFindIndex Method (Int32, ModelComponentType)

Uses the index to find a model component. The index is the value that is stored in the .Index property.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public abstract ModelComponent FindIndex(
	int index,
	ModelComponentType type
)

Parameters

index
Type: SystemInt32
Index of model component to search for.
type
Type: Rhino.DocObjectsModelComponentType
The type to be searched. Cannot be Unset.

Return Value

Type: ModelComponent
Reference to the rhino object or null if no such object could be found.
See Also