CATSchPlatformInterfaces SchGRRRouteEllipse (Object)
All Frameworks Object Hierarchy This Framework Indexes
SchGRRRouteEllipse (Object)
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( | | 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( | | 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( | | 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.