All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

SchGRRRouteEllipse (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---SchGRRRouteEllipse
 


Manage the graphical representation of a schematic route.

Method Index

GetSeedPoint
Get the seed point of the route graphic ellipse.
HasSeedPoint
Check to see if the Seed point has been set.
SetSeedPoint
Set the seed point of the route graphic ellipse.

Methods


o Sub GetSeedPoint(CATIASchListOfDoubles oDb2XY)
Get the seed point of the route graphic ellipse.
Parameters:
oDb2XY
X-Y coordinates of the seed point for the ellipse.
Example:
 Dim objThisIntf As SchGRRRouteEllipse
 Dim objArg1 As SchListOfDoubles
  ...
 objThisIntf.GetSeedPointobjArg1
 
o Sub HasSeedPoint(boolean oBYes)
Check to see if the Seed point has been set.
Parameters:
oBYes
TRUE if the seed point has been initialized.
Example:
 Dim objThisIntf As SchGRRRouteEllipse
 Dim bVar1 As boolean
  ...
 objThisIntf.HasSeedPointbVar1
 
o Sub SetSeedPoint(CATSafeArrayVariant iDb2XY)
Set the seed point of the route graphic ellipse.
Parameters:
iDb2EndPt
X-Y coordinates of the seed point for the ellipse.
Example:
 Dim objThisIntf As SchGRRRouteEllipse
 Dim dbVar1(2) As CATSafeArrayVariant
  ...
 objThisIntf.SetSeedPointdbVar1
 

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