CATFunctionalModelerUseItf Interface CATIFctFlowInstance

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIFctFlowInstance

Interface designating a Functional Flow Instance.

Role: This interface is implemented on Functional Flow Instances.


Method Index


o GetIdentifier(CATUnicodeString&)
Retrieves the instance identifier.
o GetReferenceInstanceOf(CATIFctFlowReference*&)
Retrieves the Functional Flow Reference this Functional Flow Instance comes from.

Methods


o GetIdentifier
public virtual GetIdentifier( oIdentifier)
Retrieves the instance identifier.
Parameters:
oIdentifier
Output parameter.
Returns:
S_OK if the method succeeds.
E_FAIL otherwise.
o GetReferenceInstanceOf
public virtual GetReferenceInstanceOf( opFunctionalFlowReference)
Retrieves the Functional Flow Reference this Functional Flow Instance comes from.
Parameters:
opFunctionalFlowReference
[out, CATBaseUnknown#Release]
A Functional Flow Reference.
Output parameter.
This parameter MUST be provided by caller as NULL. This method returns an error otherwise.
This parameter is returned to caller as NULL if method fails.
This parameter is valuated if method succeeds.
Returns:
S_OK if the method succeeds.
E_INVALIDARG if the input parameter is unexpected.
E_FAIL otherwise.

This object is included in the file: CATIFctFlowInstance.h
If needed, your Imakefile.mk should include the module: CATFunctionalModelerUseItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.