Write-only |
About Views |
Description |
Closes the analysis view. If all the views of a PLTS document have been closed, the document will be closed automatically. The Document object becomes invalid. If you use its methods or properties you will see a COM exception: “The object invoked has disconnected from its clients.” |
VB Syntax |
pltsView.Close |
Variable |
(Type) - Description |
pltsDoc |
(object) - A PLTSView object |
Return Type |
Not Applicable |
Default |
None |
Examples |
pltsView.Close |
C++ Syntax |
HRESULT Close( ); |
Interface |
IPLTSView |