CAD[Inventor]
UpdateDocument
Calling Sequence
Parameters
Description
Examples
UpdateDocument(aidoc)
aidoc
-
a handle to an Inventor document
The UpdateDocument command updates and saves an Inventor document.
withCADInventor:
OpenConnection:
doc≔OpenDocumentc:/mypart.ipt
doc≔0
GetParameterValuedoc,d1
100
SetParameterValuedoc,d1=200
UpdateDocumentdoc
CloseDocumentdoc
doc≔1
200
CloseConnection:
See Also
Download Help Document