All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

InteractiveInterfaces Interface CATIBuildPath

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

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


interface CATIBuildPath

Interface to build a CATPathElement from an object.


Method Index


o ExtractPathElement(CATPathElement*,CATPathElement**)
Builds a CATPathElement from an object.

Methods


o ExtractPathElement
public virtual HRESULT ExtractPathElement( const CATPathElement* iContext,
CATPathElement** oPath) = 0
Builds a CATPathElement from an object.
Parameters:
iContext
The context. The CATPathElement which is added a the top of the created CATPathElement. Usually it is the CATPathElement retrieved from CATFrmEditor::GetUIActiveObject method.
oPath
The created CATPathElement. oPath must be released byt he caller.

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

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