This document is archived and information here might be outdated. Recommended version. |
Indicates if a World File will be created.
[Visual Basic .NET]
Public Property OutputWorldFile As Boolean
[C#]
public bool OutputWorldFile {get; set;}
[C++]
HRESULT get_OutputWorldFile(
VARIANT_BOOL OutputWorldFile
);
[C++]
HRESULT put_OutputWorldFile(
Boolean* OutputWorldFile
);
[C++] Parameters OutputWorldFile [in]
OutputWorldFile is a parameter of type bool OutputWorldFile [out, retval]
OutputWorldFile is a parameter of type bool*