Click or drag to resize

IMaterialsGetByIndex Method

Returns a material with the given index. If no material is found, ArgumentException is thrown.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
IMaterial GetByIndex(
	int index
)

Parameters

index
Type: SystemInt32
Material index in the repository.

Return Value

Type: IMaterial
Reference to the material.
See Also