All Frameworks Object Hierarchy This Framework Indexes
| o Property AssemblyType( | ) As (Read Only) |
Set Type=CurrentAssembly.AssemblyType
| o Property Comment( | ) As (Read Only) |
Comment=CurrentAssembly.Comment
| o Property Insert( | ) As (Read Only) |
Set Insert = CurrentAssembly.Insert
| o Property NumberOfAttributes( | ) As (Read Only) |
Number = CurrentAssembly.NumberOfAttributes
| o Property ToolNumber( | ) As (Read Only) |
Number = CurrentAssembly.ToolNumber
| o Property Tool( | ) As (Read Only) |
Set Tool = CurrentAssembly.Tool
| o Func GetAttributeNLSName( | iAttributeName) As |
NLSresult = CurrentAssembly.GetAttributeNLSName("MFG_COMMENT")
| o Func GetAttribute( | iAttribute) As |
Set Diameter = CurrentAssembly.GetAttribute(MfgDiameter)
| o Sub GetListOfAttributeUnits( | ioListOfAttributeUnits) |
call CurrentAssembly.GetListOfAttributeUnits(TabAttributeUnits)
| o Sub GetListOfAttributes( | ioListOfAttributes) |
call CurrentAssembly.GetListOfAttributes(TabAttributes)
Copyright © 2003, Dassault Systèmes. All rights reserved.