Click or drag to resize

IMaterialsGet Method

Returns a material with the given name. 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 Get(
	string name
)

Parameters

name
Type: SystemString
Material name.

Return Value

Type: IMaterial
Reference to the material.
See Also