All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATFunctSystemItf Interface CATIFunctPosition

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATFunctSystemItf.CATIFunctElement
        |
        +---CATIFunctPosition
 

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


interface CATIFunctPosition

Describe the functionality of your interface here

Using this prefered syntax will enable mkdoc to document your class.


Method Index


o SetCoords(double,double)
Set the coordinates.
o get_X(double&)
Get the X coord.
o get_Y(double&)
Get the Y coord.

Methods


o SetCoords
public virtual HRESULT SetCoords(double iX,
double iY)= 0
Set the coordinates.
o get_X
public virtual HRESULT get_X(double& oX)= 0
Get the X coord.
o get_Y
public virtual HRESULT get_Y(double& oY)= 0
Get the Y coord.

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

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