hi all,
anyone been working a while with the VB API for ProE? because i'm starting to get the basics by now, but some things I wonder should be possible but don't seem to...
fo instance i can get a sequence to check every parameter and give me their values, or which type, or their units... But NOT their names... :s
So i would like something like the code below, but then to retrieve all the Parameter names.
For i = 0 To owner.ListParams.Count - 1
baspar = owner.ListParams(i)
If baspar.Value.discr = EpfcParamValueType.EpfcPARAM_STRING Then
MsgBox(para.Value.StringValue)
Else
End If
Next
Grtz, Arno
anyone been working a while with the VB API for ProE? because i'm starting to get the basics by now, but some things I wonder should be possible but don't seem to...
fo instance i can get a sequence to check every parameter and give me their values, or which type, or their units... But NOT their names... :s
So i would like something like the code below, but then to retrieve all the Parameter names.
For i = 0 To owner.ListParams.Count - 1
baspar = owner.ListParams(i)
If baspar.Value.discr = EpfcParamValueType.EpfcPARAM_STRING Then
MsgBox(para.Value.StringValue)
Else
End If
Next
Grtz, Arno