Write-only
About PLTS files

SaveAs Method


Description

Saves the current data to the specified file name.

 VB Syntax

doc.SaveAs fileName

Variable

(Type) - Description

doc

(object) - A PLTSDoc object

fileName

(String) Full path, file name, and suffix in which to save the current document.

Return Type

None

Default

None

Examples

doc.SaveAs "C:/PLTS/MyDut.dut"

C++ Syntax

HRESULT SaveAs(BSTR fileName);

Interface

IPLTSDocument