All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

Point2D (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---GeometricElement
            |
            +---Geometry2D
              |
              +---Point2D
 


Class defining a point in 2D Space.

Method Index

GetCoordinates
Returns the coordinates of the point
SetData
Modifies the coordinates of the point

Methods


o Sub GetCoordinates(CATSafeArrayVariant oPoint)
Returns the coordinates of the point
Parameters:
oPoint[0]
The X Coordinate of the point
oPoint[1]
The Y Coordinate of the point
o Sub SetData(double iX,
double iY)
Modifies the coordinates of the point
Parameters:
iX
The X Coordinate of the point
iY
The Y Coordinate of the point

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