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


IWorldFileExport.Write Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IW > IWorldFileExport Interface > IWorldFileExport.Write Method
ArcGIS Developer Help

IWorldFileExport.Write Method

Creates a World File.

[Visual Basic .NET]
Public Sub Write ( _
)
[C#]
public void Write (
);
[C++]
HRESULT Write(
void
);

Product Availability

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

Remarks

For GRID format or datasets that get their georeference information from a world file, IWorldFileExport:Write method has no effect.

See Also

IWorldFileExport Interface