Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My help file says this:
Syntax
PresentationDocument.DocumentSubType() As DocumentSubType
I click the documentsubtype link, and the help browser goes nowhere.
Here's the code I'm trying to write:
oInvApp = Marshal.GetActiveObject("Inventor.Application")
oDoc = oInvApp.ActiveDocument
Dim oDocSubType As ???
oDocSubType = oDoc.DocumentSubType
I tried string, and Visual Studio said it couldn't guarantee it would work.
Solved! Go to Solution.