This document is archived and information here might be outdated. Recommended version. |
Indicates if an AGV file is to be written out during export.
[Visual Basic .NET]
Public Property WriteAGVFile As Boolean
[C#]
public bool WriteAGVFile {get; set;}
[C++]
HRESULT get_WriteAGVFile(
VARIANT_BOOL pbWriteAGVFile
);
[C++]
HRESULT put_WriteAGVFile(
Boolean* pbWriteAGVFile
);
[C++] Parameters pbWriteAGVFile [in]
pbWriteAGVFile is a parameter of type bool pbWriteAGVFile [out, retval]
pbWriteAGVFile is a parameter of type bool*