All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---AnalysisLocalEntity
| o Property AnalysisImages( | ) As CATIAAnalysisImages (Read Only) |
Dim MyEntity As AnalysisEntity Dim myAnalysisImages As AnalysisImages Set myAnalysisImages = MyEntity.AnalysisImages
| o Property AnalysisSupports( | ) As CATIAAnalysisSupports (Read Only) |
| o Property BasicComponents( | ) As CATIABasicComponents (Read Only) |
Dim MyEntity As AnalysisEntity Dim myBasicComponents As BasicComponents Set myBasicComponents = MyEntity.BasicComponents
| o Property Type( | ) As CATBSTR (Read Only) |
| o Sub AddSupportFromConstraint( | CATIAProduct | iConstraintProduct, |
| CATIAConstraint | iConstraint) |
| o Sub AddSupportFromProduct( | CATIAProduct | iProduct, |
| CATIAReference | iSupport) |
| o Sub AddSupportFromPublication( | CATIAProduct | iProduct, |
| CATIAPublication | iPublication) |
| o Sub AddSupportFromReference( | CATIAReference | iReference, |
| CATIAReference | iSupport) |
| o Func GetReference( | CATBSTR | iComponent, |
| CATBSTR | iLabel, | |
| long | iLineIndex, | |
| long | iColumnIndex, | |
| long | iLayerIndex) As CATIAReference |
| o Func GetValue( | CATBSTR | iComponent, |
| CATBSTR | iLabel, | |
| long | iLineIndex, | |
| long | iColumnIndex, | |
| long | iLayerIndex) As CATVariant |
| o Sub SetReference( | CATBSTR | iComponent, |
| CATBSTR | iLabel, | |
| long | iLineIndex, | |
| long | iColumnIndex, | |
| long | iLayerIndex, | |
| CATIAReference | iValue) |
| o Sub SetValue( | CATBSTR | iComponent, |
| CATBSTR | iLabel, | |
| long | iLineIndex, | |
| long | iColumnIndex, | |
| long | iLayerIndex, | |
| CATVariant | iValue) |
Dim analysisEntities As CATIAAnalysisEntities
Dim ThisAnalysisEntity As AnalysisEntity
Set ThisAnalysisEntity = analysisEntities.Add("SAMPressure")
ThisAnalysisEntity.SetValue("SAMPressureMag"," ",0,0,0,100)
Copyright © 2003, Dassault Systèmes. All rights reserved.