All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

DraftingInterfaces Interface CATIDftDocumentServices

System.IUnknown
  |
  +---CATIDftDocumentServices
 

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


interface CATIDftDocumentServices

Interface implemented by the drawing document used to get the drawing feature.
Role: This interface give an access to the drawing. It avoids navigating in the document container structure.


Method Index


o GetDrawing(IID,void**)
Gets the drawing feature in a drawing document.

Methods


o GetDrawing
public virtual HRESULT GetDrawing( const IID iid,
void** oDrw) =0
Gets the drawing feature in a drawing document.
Parameters:
iid
The interface on the drawing.
See also:
CATIDrawing
oDrw
The drawing

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

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