All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---ManufacturingToolAssembly
| 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 CATIAManufacturingInsert (Read Only) |
Set Insert = CurrentAssembly.Insert
| o Property NumberOfAttributes( | ) As short (Read Only) |
Number = CurrentAssembly.NumberOfAttributes
| o Property Tool( | ) As CATIAManufacturingTool (Read Only) |
Set Tool = CurrentAssembly.Tool
| o Property ToolNumber( | ) As long (Read Only) |
Number = CurrentAssembly.ToolNumber
| o Func GetAttribute( | CATBSTR | iAttribute) As CATIAParameter |
Set Diameter = CurrentAssembly.GetAttribute(MfgDiameter)
| o Func GetAttributeNLSName( | CATBSTR | iAttributeName) As CATBSTR |
NLSresult = CurrentAssembly.GetAttributeNLSName("MFG_COMMENT")
| o Sub GetListOfAttributeUnits( | CATSafeArrayVariant | ioListOfAttributeUnits) |
call CurrentAssembly.GetListOfAttributeUnits(TabAttributeUnits)
| o Sub GetListOfAttributes( | CATSafeArrayVariant | ioListOfAttributes) |
call CurrentAssembly.GetListOfAttributes(TabAttributes)
Copyright © 2003, Dassault Systèmes. All rights reserved.