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


IWorldFileSettings.OutputWorldFile Property (ArcObjects .NET 10.6 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(
  Boolean* OutputWorldFile
);
[C++]

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

Product Availability

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

See Also

IWorldFileSettings Interface