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