Ryan25
Mechanical
- Sep 8, 2010
- 3
Hi,
I am trying to use NX Open/journal (with visual basic) to get the names of all my modeling views, and store it as a string array. This would be all the standard views and any custom views the user added. I am new to vb and nx open so bear with me.
This is what I have so far but this gives me errors:
Dim ViewNames() As String
Dim views As ModelingViewCollection
views = workPart.ModelingViews
ViewNames()=views
Thanks,
Ryan
I am trying to use NX Open/journal (with visual basic) to get the names of all my modeling views, and store it as a string array. This would be all the standard views and any custom views the user added. I am new to vb and nx open so bear with me.
This is what I have so far but this gives me errors:
Dim ViewNames() As String
Dim views As ModelingViewCollection
views = workPart.ModelingViews
ViewNames()=views
Thanks,
Ryan