All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

SketcherInterfaces Interface CATI2DPoint

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---SketcherInterfaces.IDMPoint2D
        |
        +---CATI2DPoint
 

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


interface CATI2DPoint

2D Point definition.
Role: This interface is used to modify 2D Point parameters.


Method Index


o SetPointData(double*)
Modifies the coordinates of 2D Point.

Methods


o SetPointData
public virtual HRESULT SetPointData( const double* iPoint) = 0
Modifies the coordinates of 2D Point.
Parameters:
iPoint
[in] The new coordinates of the point.

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

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