This document is archived and information here might be outdated.  Recommended version.


IWorldFileSettings.OutputWorldFile Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

IWorldFileSettings.OutputWorldFile Property

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(
  VARIANT_BOOL OutputWorldFile
);
[C++]

Parameters OutputWorldFile [out, retval] OutputWorldFile is a parameter of type VARIANT_BOOL OutputWorldFile [in] OutputWorldFile is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWorldFileSettings Interface