GetContainerByControllerID
Returns a Container object populated with the specified Container data from the material database, based on the ControllerID.
Syntax
object
= MaterialSvr
.GetContainerByControllerID
(ByVal ControllerID
As Long)The
GetContainerByControllerID
method syntax has these parts:Part | Description |
---|---|
object | Reference to a valid Container object. |
MaterialSvr | Instance of the MaterialServer Interface to which the method is directed. |
ControllerID | ControllerID of the Container being requested. It is expected that the program using this interface know the ControllerID for the data entity it wants to access. |
Provide Feedback