StopFireEnumGeoKeys property (ILEADRasterIO)

Visual Basic example

Visual C++ 6.0 example

 

Syntax

VARIANT_BOOL StopFireEnumGeoKeys

Overview

Refer to Implementing GeoKeys (GeoTIFF tags)

Remarks

Stops firing the EnumGeoKeys event.

This property should be called inside EnumGeoKeys event. Possible values are:

Value

Meaning

TRUE

Abort firing EnumGeoKeys event.

FALSE

Continue firing EnumGeoKeys event.

See Also

Elements:

SetGeoKey method, GetGeoKey method, GeoKeyType property, GeoKeyCount property, GeoKeyData property, WriteFileGeoKey method, ReadFileGeoKey method, EnumFileGeoKeys method, EnumGeoKeys event

Topics:

Raster Images: Working with Geo Keys

 

Implementing TIFF Tags