All Frameworks Object Hierarchy This Framework Indexes
o Func GetMultiStringAttributeValues( | iAttributeName) As |
Dim objThisIntf As PspAttribute Dim strVar1 As CATBSTR Dim objArg2 As PspListOfBSTRs ... Set objArg2 = objThisIntf.GetMultiStringAttributeValues (strVar1)
o Func GetParameter( | iAttributeName) As |
Dim objThisIntf As PspAttribute Dim strVar1 As CATBSTR Dim ObjVar2 As Parameter ... Set objArg2 = objThisIntf.GetParameter (strVar1 )
o Func GetType( | iAttributeName) As |
Dim objThisIntf As PspAttribute Dim strVar1 As CATBSTR Dim eType As CatPspIDLAttrDataType ... eType = objThisIntf.GetType (strVar1)
o Func IsDerived( | iAttributeName) As |
Dim objThisIntf As PspAttribute Dim strVar1 As CATBSTR Dim bIsDerived As boolean ... bIsDerived = objThisIntf.IsDerived (strVar1)
o Func IsDiscrete( | iAttributeName, | |
obStatus) As |
Dim objThisIntf As PspAttribute Dim strVar1 As CATBSTR Dim boolVar2 As Boolean Dim shortVar3 As Short ... shortVar3 = objThisIntf.IsDiscrete (strVar1,boolVar2)
o Func ListAttributes( | iDomainID) As |
Dim objThisIntf As PspAttribute Dim objArg1 As CatPspIDLDomainID Dim objArg2 As PspListOfBSTRs ... Set objArg2 = objThisIntf.ListAttributes (objArg1)
o Func ListDoubleDiscreteValues( | iAttributeName) As |
Dim objThisIntf As PspAttribute Dim strVar1 As CATBSTR Dim objArg2 As PspListOfDoubles ... Set objArg2 = objThisIntf.ListDoubleDiscreteValues (strVar1 )
o Sub ListEncodedDecodedDiscreteValues( | iAttributeName, | |
oLDiscreteEncodedValues, | ||
oLDiscreteDecodedValue) |
Dim objThisIntf As PspAttribute Dim strVar1 As CATBSTR Dim objArg2 As PspListOfBSTRs Dim objArg3 As PspListOfBSTRs ... objThisIntf.ListEncodedDecodedDiscreteValues strVar1, objArg2, objArg3
o Func ListIntegerDiscreteValues( | iAttributeName) As |
Dim objThisIntf As PspAttribute Dim strVar1 As CATBSTR Dim objArg2 As PspListOfLongs ... Set objArg2 = objThisIntf.ListIntegerDiscreteValues (strVar1)
o Func ListStringDiscreteValues( | iAttributeName) As |
Dim objThisIntf As PspAttribute Dim strVar1 As CATBSTR Dim objArg2 As PspListOfBSTRs ... Set objArg2 = objThisIntf.ListStringDiscreteValues (strVar1)
o Sub ResetDerivedAttr( | iAttributeName) |
Dim objThisIntf As PspAttribute Dim strVar1 As CATBSTR ... objThisIntf.ResetDerivedAttr strVar1
Copyright © 2003, Dassault Systèmes. All rights reserved.