All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ObjectModelerBase Interface CATILinkableObject

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

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


interface CATILinkableObject

Interface allowing the retrieval of the document to which the object belongs.


Method Index


o GetDocument()
Returns associated document owning object.

Methods


o GetDocument
public virtual CATDocument * GetDocument()=0
Returns associated document owning object.
Lifecycle rules deviation: This method doesn't AddRef the returned value.

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

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