 | ISimObjectMaterial Property |
Gets or sets object's material.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxIMaterial Material { get; set; }Property Material As IMaterial
Get
Set
Dim instance As ISimObject
Dim value As IMaterial
value = instance.Material
instance.Material = value
Property Value
Type:
IMaterial
See Also