Occurs once for each GeoKey enumerated by the
EnumGeoKeys(String,Int32) method.
Syntax
Event Data
The event handler receives an argument of type CodecsEnumGeoKeysEventArgs containing data related to this event. The following CodecsEnumGeoKeysEventArgs properties provide information specific to this event.
Property | Description |
---|
Buffer | Gets a pointer to the unmanaged memory containing the GeoKey data. |
Cancel | Gets or sets a value which allows the user to abort the enumeration process. |
Count | Gets the number of items in Buffer. |
Id | Gets the GeoKey ID identifying the GeoTIFF key. |
MetadataType | Gets the type of GeoKey. |
Example
Remarks
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also