Message 1 of 4
Inventor vba, is it possible to get User Defined properties and insert them elsewhere?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys.
Is it possible to get the value of a property and insert it elsewhere?
This don't work:
Dim oValue as integer
Set oValue = oDoc.PropertySets.Item("Inventor User Defined Properties").Item("LengthValue")
Dim LV2 as property
Set LV2 = oDoc.PropertySets.Item("Inventor User Defined Properties").Item("LengthValue2")
LV2.Value = oValue