GetDocumentName - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


CAD[Inventor]

  

GetDocumentName

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetDocumentName(aidoc)

Parameters

aidoc

-

a handle to an Inventor document

Description

• 

The GetDocumentName command retrieves the full pathname of an open Inventor document.

Examples

withCADInventor:

OpenConnection:

docGetActiveDocument

doc0

(1)

GetDocumentNamedoc

c:/mypart.ipt

(2)

CloseConnection:

See Also

CAD[Inventor]