Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The problem I have is to add new properties to an .idw file partlist using iLogic.
The same you do double-clicking on partlist, "Add columns" selection, "New properties".
The properties are "Inventor User Defined Properties" inside the .ipt/.iam files
The problem is that I can't get the right PropId to use inside
oPartslist.PartsListColumns.Add(PropertyTypeEnum.kFileProperty, , oProp.PropId)
Any chance someone has the code to do it?
Solved! Go to Solution.