GetMaterialByControllerID
Returns a Material object populated with the specified Material data from the material database, based on the ControllerID.
Syntax
object
= MaterialSvr
.GetMaterialByControllerID
(ByVal IControllerID
As Long)The
GetMaterialByControllerID
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. |
IControllerID | ControllerID of the Material being requested. It is expected that the program using this interface know the ControllerID for the data entity it wants to access. |
Provide Feedback