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


IExportTIFF.GeoTiff Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

IExportTIFF.GeoTiff Property

The option to write GeoTIFF tags.

[Visual Basic .NET]
Public Property GeoTiff As Boolean
[C#]
public bool GeoTiff {get; set;}
[C++]
HRESULT get_GeoTiff(
  VARIANT_BOOL* bGeoTiff
);
[C++]
HRESULT put_GeoTiff(
  VARIANT_BOOL bGeoTiff
);
[C++]

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

Product Availability

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

Remarks

Value of True will write a GeoTiff header in the output TIFF file.  The GeoTiff header will include the spatial reference values assigned to IWorldFileSettings::MapExtent.

See Also

IExportTIFF Interface