sigmacoder
Mechanical
Hi,
My question is : how to use the view identifier as parameter?
For example :
but how can i access to the view identifier, and use it as parameter?
thank you!
My question is : how to use the view identifier as parameter?
For example :
Code:
Dim DrwDocument As DrawingDocument
Set DrwDocument = CATIA.ActiveDocument
Dim iParameter As Parameter
Set [COLOR=#EF2929]iParameter[/color] = DrwDocument.Parameters.Item("Drawing\Sheet.1\ViewMakeUp.1\Scale")
MyText.InsertVariable 0, 0, iParameter
but how can i access to the view identifier, and use it as parameter?
thank you!