All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ObjectModelerBase Interface CATIAlias

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIAlias
 

Usage: you can freely reimplement this interface.


interface CATIAlias

Interface to access the external name of an object.


Method Index


o GetAlias()
Returns alias of the object.
o SetAlias(CATUnicodeString&)
Sets an alias to the object.

Methods


o GetAlias
public virtual CATUnicodeString GetAlias()= 0
Returns alias of the object.
o SetAlias
public virtual void SetAlias( const CATUnicodeString& iName)= 0
Sets an alias to the object.
Parameters:
iName
alias to associate to the object.

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

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