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.
withCADInventor:
OpenConnection:
doc≔GetActiveDocument
doc≔0
GetDocumentNamedoc
c:/mypart.ipt
CloseConnection:
See Also
Download Help Document