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


IExportTIFF.GeoTiff Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportTIFF Interface > IExportTIFF.GeoTiff Property
ArcGIS Developer Help

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(
  Boolean* bGeoTiff
);
[C++]
Parameters
bGeoTiff [in]

bGeoTiff is a parameter of type bool bGeoTiff [out, retval]
bGeoTiff is a parameter of type 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