Message 1 of 4
Inventor Vb.Net "AddIn" - Get iProperties "Sub-Type" & Description Properties
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help?
Please see the attached file.
Does anybody know how I can get the iProperties using a Vb.Net "AddIn" application?
I have the following Vb.Net code....
Private Sub m_applicationEvents_OnSaveDocument(ByVal DocumentObject As Inventor._Document, ByVal BeforeOrAfter As Inventor.EventTimingEnum, ByVal Context As Inventor.NameValueMap, ByRef HandlingCode As Inventor.HandlingCodeEnum) Handles m_applicationEvents.OnSaveDocument
If BeforeOrAfter = EventTimingEnum.kBefore Then
????????????
End If
End Sub
I need, for testing purposes, to show the Sub-Type & Description and show the results in a message box.
Also,
Show custom properties.
Many thanks in advance!
Darren