All Frameworks Object Hierarchy This Framework Indexes
| o Property Comment( | ) As (Read Only) |
ToolComment=CurrentTool.Comment
| o Property CorrectorCount( | ) As (Read Only) |
Set NbCorr = CurrentTool.CorrectorCount
| o Property NumberOfAttributes( | ) As (Read Only) |
Number = CurrentTool.NumberOfAttributes
| o Property Picture( | ) As (Read Only) |
PicturePath=CurrentTool.Picture
| o Property ToolNumber( | ) As (Read Only) |
Number = CurrentTool.ToolNumber
| o Property ToolType( | ) As (Read Only) |
Set ToolType=CurrentTool.ToolType
| o Func AddCorrector( | ) As |
Set Corr = CurrentTool.AddCorrector
| o Func GetAttributeNLSName( | iAttributName) As |
| o Func GetAttribute( | iAttribut) As |
Set Diameter = firstTool.GetAttribute(MfgDiameter)
| o Func GetCorrector( | index) As |
Set Corr = CurrentTool.GetCorrector(index)
| o Sub GetListOfAptParameters( | oListOfAptParameters) |
| o Sub GetListOfAttributeUnits( | oListOfAttributeUnits) |
call firstTool.GetListOfAttributeUnits(TabAttributeUnits)
| o Sub GetListOfAttributes( | oListOfAttributes) |
call firstTool.GetListOfAttributes(TabAttributes)
| o Sub GetListOfGeomAttributes( | oListOfAttributes) |
call firstTool.GetListOfGeomAttributes(TabAttributes)
Copyright © 2003, Dassault Systèmes. All rights reserved.