SchGRRRouteEllipse (Object)

Manage the graphical representation of a schematic route.

Methods


Sub GetSeedPoint( 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
 
Sub HasSeedPoint( 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
 
Sub SetSeedPoint( 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