It also allows to get the real resource object.
Properties
- Property ChildrenTSAs() As (Read Only)
- This property returns the interface which manages the children TSA of the given resource/system.
- Property InputProducts() As (Read Only)
- This property returns the interface which manages the items or input products/components assigned to the given resource/system
- Property NextResources() As (Read Only)
- This property returns the interface which manages the downstream product flow hierarchy on the given resource. This returns the collection of resources which are "Next" to the given resource in the resource product flow links
- Property OutputProducts() As (Read Only)
- This property returns the interface which manages the output products/components of the given resource/system
- Property PreviousResources() As (Read Only)
- This property returns the interface which manages the upstream product flow hierarchy on the given resource. This returns the collection of resources which are "Previous" to the given resource in the resource product flow links
Methods
- Func GetObject( iInterfaceName) As
-
This method returns the IDL Interface for the specified interface
identifier.
- Parameters:
-
- iInterfaceName
- The name of the interface to query. dd>
- oObject
- The pointer to the queried interface. dd>