I am new in Inventor api programming.I want to get the properties of a active document.I am using vb.net for coding.I tried some code but no help. here I use some code for open an inventor document ,it is working fine
Public Sub OpenDoc()
Dim oDoc As Document
oDoc = _InvApplication.Documents.Open _
("C:\Temp\Part1.ipt")
End Sub
any one know how to get the part1.ipt document's properties.?