- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I found this post:
https://forums.autodesk.com/t5/inventor-customization/ilogic-copy-iproperties-formula/td-p/5812353
Where @Balaji_07 provided this snippet:
'--------------Start iLogic Rule "Copy iProperties"
Sub Main()
Dim oCompDoc As Document
Dim oProp As String
Dim oPropSet As PropertySet
oCompDoc = ThisApplication.ActiveDocument
oPropSet = oCompDoc.PropertySets.Item("Inventor User Defined Properties")
iProp = oPropSet.Item("Specification").Expression
iProperties.Value("Custom", "Specifications") = iProp
End Sub
'---------------End iLogic Rule
I want to get ALL of the Custom iProperties, not just one or two as shown above. Any assistance would be appreciated.
To add to the bonus round; I'd like to actually LINK the Custom iProperties between the derived parts. From the Idea Stations and other posts, this does not look like it has been solved yet, though...
Thank you in advance,
Kenny Johnson
Solved! Go to Solution.