All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

DraftingInterfaces Interface CATIDrwImportDocument

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

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


interface CATIDrwImportDocument

Interface to manage data import in a drafting document.

Use This interface for creating a Drafting document, but reroot the CATInit, and CATIDrwDocumentEdit methods.


Method Index


o CreateDraftingDocument(CATUnicodeString)
Creates of a "ready to use" drafting document.

Methods


o CreateDraftingDocument
public virtual CATDocument* CreateDraftingDocument( const CATUnicodeString iStandard)=0
Creates of a "ready to use" drafting document.
Parameters:
iStandard
Specifies the Drafting standard : ISO,JIS,ANSI
Returns:
The new drafting document.
Lifecycle rules deviation: Do not release the document.

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

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