All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

SketcherInterfaces Interface CATISketchElement

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

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


interface CATISketchElement

Interface of sketch elements.
Role: This interface is used to determine the sketch father of 2D elements (geometric elements or constraints).


Method Index


o GetSketch(IID&,CATBaseUnknown**)
Returns the sketch that contains the element.

Methods


o GetSketch
public virtual HRESULT GetSketch( const IID& iIID,
CATBaseUnknown** oObject) = 0
Returns the sketch that contains the element.
Parameters:
iIID
[in] The interface identifier for which a pointer is requested.
oObject
[out] The address where the returned pointer to the interface is located.
Returns:
HRESULT

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

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