All Frameworks Object Hierarchy This Framework Indexes
| o Property HeadSymbol( | ) As |
oSymbol = MyArrow.HeadSymbol
| o Property HeadTarget( | ) As |
oTarget = MyArrow.HeadTarget
| o Property NbInterruption( | ) As (Read Only) |
oNbInterruption = MyArrow.NbInterruption
| o Property NbPoint( | ) As (Read Only) |
oNbPoint = MyArrow.NbPoint
| o Property TailSymbol( | ) As |
oSymbol = MyArrow.TailSymbol
| o Property TailTarget( | ) As |
oTarget = MyArrow.TailTarget
| o Sub AddInterruption( | iFirstPointX, | |
| iFirstPointY, | ||
| iSecondPointX, | ||
| iSecondPointY) |
iFirstPointX = 10. iFirstPointY = 20. iSecondPointX = 20. iSecondPointY = 20. MyArrow.AddInterruption iFirstPointX, iFirstPointY, iSecondPointX, iSecondPointY
| o Sub AddPoint( | iNum, | |
| iX, | ||
| iY) |
iNum = 1 iX = 10. iY = 20. MyArrow.AddPoint iNum, iX, iY
| o Func GetInterruptions( | oInterruptions) As |
oNbInterruptions = MyArrow.GetInterruptions(oInterruptions)
| o Sub GetPoint( | iNum, | |
| oX, | ||
| oY) |
iNum = 1 MyArrow.GetPoint(iNum, oX, oY)
| o Func GetPoints( | oPoints) As |
oNbPoints = MyArrow.GetPoints(oPoints)
| o Sub ModifyPoint( | iNum, | |
| iX, | ||
| iY) |
iNum = 1 iX = -10. iY = -20. MyArrow.ModifyPoint iNum, iX, iY
| o Sub RemoveInterruption( | iNum) |
iNum = 2 MyArrow.RemoveInterruption iNum
| o Sub RemovePoint( | iNum) |
iNum = 2 MyArrow.RemovePoint iNum
Copyright © 2003, Dassault Systèmes. All rights reserved.