CAD[Inventor]
GetDocumentName
Calling Sequence
Parameters
Description
Examples
GetDocumentName(aidoc)
aidoc
-
a handle to an Inventor document
The GetDocumentName command retrieves the full pathname of an open Inventor document.
with⁡CADInventor:
OpenConnection⁡:
doc≔GetActiveDocument⁡
doc≔0
GetDocumentName⁡doc
c:/mypart.ipt
CloseConnection⁡:
See Also
Download Help Document