StopFireEnumGeoKeys property (ILEADRasterIO)
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