Indexes   

Resource (Object)

The object that represents a resource.

It also allows to get the real resource object.

Property Index

ChildrenTSAs
This property returns the interface which manages the children TSA of the given resource/system.
InputProducts
This property returns the interface which manages the items or input products/components assigned to the given resource/system
NextResources
This property returns the interface which manages the downstream product flow hierarchy on the given resource.
OutputProducts
This property returns the interface which manages the output products/components of the given resource/system
PreviousResources
This property returns the interface which manages the upstream product flow hierarchy on the given resource.

Method Index

GetObject
This method returns the IDL Interface for the specified interface identifier.

Properties


o Property ChildrenTSAs() As (Read Only)
This property returns the interface which manages the children TSA of the given resource/system.
o Property InputProducts() As (Read Only)
This property returns the interface which manages the items or input products/components assigned to the given resource/system
o 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
o Property OutputProducts() As (Read Only)
This property returns the interface which manages the output products/components of the given resource/system
o 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


o Func GetObject( iInterfaceName) As
This method returns the IDL Interface for the specified interface identifier.
Parameters:
iInterfaceName
The name of the interface to query.
oObject
The pointer to the queried interface.

Copyright © 2006, Dassault Systèmes. All rights reserved.