GetMaterialTypeByID
Returns a MaterialType object with its properties populated with corresponding data from the material database, based on the MaterialTypeID.
Syntax
Set
object
= MaterialSvr
.GetMaterialTypeByID
(ByVal MaterialTypeID
As Long)The
GetMaterialTypeByID
method syntax has these parts:Part | Description |
---|---|
object | Reference to a valid MaterialType object. |
MaterialSvr | Instance of the MaterialServer Interface to which the method is directed. |
MaterialTypeID | Represents the ID of the MaterialType. |
Provide Feedback