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

  

CloseDocument

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

CloseDocument(aidoc)

Parameters

aidoc

-

a handle to an Inventor document

Description

• 

The CloseDocument command closes an Inventor document.

Examples

> 

with⁡CADInventor:

> 

OpenConnection⁡:

> 

doc≔OpenDocument⁡c:/mypart.ipt

doc≔0

(1)
> 

CloseDocument⁡doc

> 

CloseConnection⁡:

See Also

CAD[Inventor]