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