CloseConnection - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

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]

 


Download Help Document