Indexes Previous Next
o Property AssemblyType( | ) As CATBSTR (Read Only) |
Set Type=CurrentAssembly.AssemblyType
o Property Comment( | ) As CATBSTR (Read Only) |
Comment=CurrentAssembly.Comment
o Property Insert( | ) As ManufacturingInsert (Read Only) |
Set Insert = CurrentAssembly.Insert
o Property NumberOfAttributes( | ) As short (Read Only) |
Number = CurrentAssembly.NumberOfAttributes
o Property ToolNumber( | ) As long (Read Only) |
Number = CurrentAssembly.ToolNumber
o Property Tool( | ) As ManufacturingTool (Read Only) |
Set Tool = CurrentAssembly.Tool
o Func GetAttributeNLSName( | CATBSTR | iAttributeName) As CATBSTR |
NLSresult = CurrentAssembly.GetAttributeNLSName("MFG_COMMENT")
o Func GetAttribute( | CATBSTR | iAttribute) As Parameter |
Set Diameter = CurrentAssembly.GetAttribute(MfgDiameter)
o Sub GetListOfAttributeUnits( | CATSafeArrayVariant | ioListOfAttributeUnits) |
call CurrentAssembly.GetListOfAttributeUnits(TabAttributeUnits)
o Sub GetListOfAttributes( | CATSafeArrayVariant | ioListOfAttributes) |
call CurrentAssembly.GetListOfAttributes(TabAttributes)
Copyright © 2006, Dassault Systèmes. All rights reserved.