All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ObjectModelerBase Interface CATIDocAlias

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

Usage: you can freely reimplement this interface.


interface CATIDocAlias

Interface to manage the suffix of the document's file names.
Role: the string defined in the dictionnary for adhesion to CATIDocAlias is the one which appears in File/New panel, it does not correspond to the late type of the document which is generally the string given by GiveDocSuffix.

See also:
CATInit, CATIPersistent


Method Index


o GiveDocSuffix()
Returns the suffix of the document's file names.

Methods


o GiveDocSuffix
public virtual CATUnicodeString GiveDocSuffix()=0
Returns the suffix of the document's file names.
Note: this suffix usually corresponds to the late type defining the document for adhesion to interfaces such as CATInit or CATIPersistent.

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

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