Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi ,
I am working on drafting project , where I have to move dimension from one view to another , under annotation I find option like "Move to view " But I did not find any API related to this , Please help me to resolve the issue .
Thanks & Regards,
Kunal Bidkar
Solved! Go to Solution.
I only have a hint for you, because in the VBAPI, you can find this:
IpfcDimension2D.SwitchView()
But sadly, I don't have an example for you.
I only have a hint for you, because in the VBAPI, you can find this:
IpfcDimension2D.SwitchView()
But sadly, I don't have an example for you.
Thank You
Creo Toolkit API is ProDrawingDimSwitchView().