KS1971
Aerospace
- Feb 10, 2014
- 13
Can anyone shed any light on how to get the name of the MCS used in an operation in NX Open (vb.net)??
I tried
theUFsession.Param.AskTagValue(myoperation.tag, 59, tvalue)
which fills a tag value of what I thought whas the MCS. I then just thought I would need to extract the name using
theUFsession.Obj.Askname(tvalue,strMCSname)
but this gives an error.
Any clues anyone? Many Thanks.
I tried
theUFsession.Param.AskTagValue(myoperation.tag, 59, tvalue)
which fills a tag value of what I thought whas the MCS. I then just thought I would need to extract the name using
theUFsession.Obj.Askname(tvalue,strMCSname)
but this gives an error.
Any clues anyone? Many Thanks.