CloseConnection - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

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

> 

with⁡CADInventor:

> 

OpenConnection⁡:

> 

doc≔GetActiveDocument⁡

doc≔0

(1)
> 

CloseConnection⁡true:

See Also

CAD[Inventor]