All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchGRRRouteEllipse

System.IUnknown
  |
  +---CATISchGRRRouteEllipse
 

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


interface CATISchGRRRouteEllipse

Interface to manage a Schematic route graphic object.
Role: Defines Schematic route graphic object content.


Method Index


o GetSeedPoint(double*)
Get the seed point of the route graphic ellipse.
o HasSeedPoint(CATBoolean*)
Check whether the Seed point has been set.
o SetSeedPoint(double[2])
Set the seed point of the route graphic ellipse.

Methods


o GetSeedPoint
public virtual HRESULT GetSeedPoint(double* oDb2XY) = 0
Get the seed point of the route graphic ellipse.
Parameters:
oDb2XY
X-Y coordinates of the seed point for the ellipse.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o HasSeedPoint
public virtual HRESULT HasSeedPoint(CATBoolean* oBYes) = 0
Check whether the Seed point has been set.
Parameters:
oBYes
TRUE if the seed point has been initialized.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o SetSeedPoint
public virtual HRESULT SetSeedPoint( const double[2] iDb2XY) = 0
Set the seed point of the route graphic ellipse.
Parameters:
iDb2EndPt
X-Y coordinates of the seed point for the ellipse.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATISchGRRRouteEllipse.h

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