Partlist column order

Partlist column order

martin_mmj
Enthusiast Enthusiast
350 Views
0 Replies
Message 1 of 1

Partlist column order

martin_mmj
Enthusiast
Enthusiast

In my .NET addin I use this code for adding a column to Inventor 2012 drawing partlist.

oPartlist = oSheet.PartsLists.Add(oDrawingView, oPlacementPoint)
oPartlist.PartsListColumns.Add(Inventor.PropertyTypeEnum.kCustomProperty, , "MyColumn")

Is possible to change the order of my column "MyColumn" to be in second place of partlist - "by code"? I can not find a metod for changing order of columns. In user interface is possible to do it "by hand". Thanks.

 

Martin

0 Likes
351 Views
0 Replies
Replies (0)