This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportTIFF Interface > IExportTIFF.GeoTiff Property (ArcObjects .NET 10.4 SDK) |
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
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.