All Frameworks  Class Hierarchy  This Framework  Indexes   

ManufacturingInterfaces Interface CATIMfgUserRepresentation

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


interface CATIMfgUserRepresentation

Interface dedicated to objects representation management.
Role: This interface offers services to manage mainly the user representation.


Method Index


o GetRepresentation(CATUnicodeString&)
Retrieves the User Representation Associated to the Object.
o GetRepresentation(CATIDocId*&)
Retrieves the User Representation Associated to the Object.
o SetRepresentation(CATUnicodeString&)
Sets the User Representation Associated to the Object.
o SetRepresentation(CATIDocId*)
Sets the User Representation Associated to the Object.
o UnsetRepresentation()
Removes the User Representation Associated to the Object.

Methods


o GetRepresentation
public virtual GetRepresentation( oPathName)
Retrieves the User Representation Associated to the Object.
Parameters:
oPathName
The complete absolute path name to the External Object
o GetRepresentation
public virtual GetRepresentation( iDoc)
Retrieves the User Representation Associated to the Object.
Parameters:
iDoc
The CATIDocId of the External Object
o SetRepresentation
public virtual SetRepresentation( const iPathName)
Sets the User Representation Associated to the Object.
Parameters:
iPathName
The complete absolute path name to the External Object
o SetRepresentation
public virtual SetRepresentation( iDoc)
Sets the User Representation Associated to the Object.
Parameters:
iDoc
The CATIDocId of the External Document
o UnsetRepresentation
public virtual UnsetRepresentation()
Removes the User Representation Associated to the Object.

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

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