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