CloseConnection - 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]

  

CloseConnection

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

CloseConnection()

CloseConnection(shutdown)

Parameters

shutdown

-

(optional) boolean; true if the application should be closed on disconnect, false otherwise.

Description

• 

The CloseConnection command releases an open instance of Inventor.

• 

If the shutdown option is true, then the open instance of Inventor will be shutdown.

Examples

withCADInventor:

OpenConnection:

docGetActiveDocument

doc0

(1)

CloseConnectiontrue:

See Also

CAD[Inventor]