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


IWorldFileSettings.OutputWorldFile Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IW > IWorldFileSettings Interface > IWorldFileSettings.OutputWorldFile Property
ArcGIS Developer Help

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