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.
with⁡CADInventor:
OpenConnection⁡:
doc≔GetActiveDocument⁡
doc≔0
CloseConnection⁡true:
See Also
Download Help Document