CAD[Inventor]
CloseConnection
Calling Sequence
Parameters
Description
Examples
CloseConnection()
CloseConnection(shutdown)
shutdown
-
(optional) boolean; true if the application should be closed on disconnect, false otherwise.
The CloseConnection command releases an open instance of Inventor.
If the shutdown option is true, then the open instance of Inventor will be shutdown.
withCADInventor:
OpenConnection:
doc≔GetActiveDocument
doc≔0
CloseConnectiontrue:
See Also
Download Help Document