Click or drag to resize

IMaterial Interface

An interface representing a material definition.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
public interface IMaterial

The IMaterial type exposes the following members.

Properties
  NameDescription
Public propertyIsLossyConductor
Gets a flag indicating whether the material is a lossy conductor.
Public propertyIsReadOnly
Get flag indicating that the material is read-only and cannot be removed nor changed. This flag is always true for built-in materials.
Public propertyName
Gets and sets the name of the material.
Public propertyType
Gets type of the material.
Top
Methods
  NameDescription
Public methodGetProperty
Returns object property with a specified name. If property is not found, ArgumentException is thrown.
Public methodIsEqual
Compares instances of materials.
Top
See Also