All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---DrawingLeader
| o Property AllAround( | ) As boolean |
oSymbol = MyLeader.AllAround
| o Property AnchorPoint( | ) As long |
oAnchorPoint = MyLeader.AnchorPoint
| o Property HeadSymbol( | ) As CatSymbolType |
oSymbol = MyLeader.HeadSymbol
| o Property HeadTarget( | ) As CATBaseDispatch |
oTarget = MyLeader.HeadTarget
| o Property NbInterruption( | ) As long (Read Only) |
oNbInterruption = MyLeader.NbInterruption
| o Property NbPoint( | ) As long (Read Only) |
oNbPoint = MyLeader.NbPoint
| o Sub AddInterruption( | double | iFirstPointX, |
| double | iFirstPointY, | |
| double | iSecondPointX, | |
| double | iSecondPointY) |
iFirstPointX = 10. iFirstPointY = 20. iSecondPointX = 20. iSecondPointY = 20. MyLeader.AddInterruption iFirstPointX, iFirstPointY, iSecondPointX, iSecondPointY
| o Sub AddPoint( | long | iNum, |
| double | iX, | |
| double | iY) |
iNum = 1 iX = 10. iY = 20. MyLeader.AddPoint iNum, iX, iY
| o Func GetInterruptions( | CATSafeArrayVariant | oInterruptions) As long |
oNbInterruptions = MyLeader.GetInterruptions(oInterruptions)
| o Sub GetPoint( | long | iNum, |
| double | oX, | |
| double | oY) |
iNum = 1 MyLeader.GetPoint(iNum, oX, oY)
| o Func GetPoints( | CATSafeArrayVariant | oPoints) As long |
oNbPoints = MyLeader.GetPoints(oPoints)
| o Sub ModifyPoint( | long | iNum, |
| double | iX, | |
| double | iY) |
iNum = 1 iX = -10. iY = -20. MyLeader.ModifyPoint iNum, iX, iY
| o Sub RemoveInterruption( | long | iNum) |
iNum = 2 MyLeader.RemoveInterruption iNum
| o Sub RemovePoint( | long | iNum) |
iNum = 2 MyLeader.RemovePoint iNum
Copyright © 2003, Dassault Systèmes. All rights reserved.