IMaterial Interface |
Namespace: EMInvent.InventSim.COMServer
The IMaterial type exposes the following members.
| Name | Description | |
|---|---|---|
| IsLossyConductor |
Gets a flag indicating whether the material is a lossy conductor.
| |
| IsReadOnly |
Get flag indicating that the material is read-only and cannot be
removed nor changed. This flag is always true for built-in materials.
| |
| Name |
Gets and sets the name of the material.
| |
| Type |
Gets type of the material.
|
| Name | Description | |
|---|---|---|
| GetProperty |
Returns object property with a specified name. If property is not found,
ArgumentException is thrown.
| |
| IsEqual |
Compares instances of materials.
|