Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Data Property
See Also 
Leadtools.Codecs Namespace > CodecsEnumGeoKeysEventArgs Class : Data Property



Gets a pointer to the unmanaged memory containing the GeoKey data.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Data As IntPtr
Visual Basic (Usage)Copy Code
Dim instance As CodecsEnumGeoKeysEventArgs
Dim value As IntPtr
 
value = instance.Data
C# 
public IntPtr Data {get;}
C++/CLI 
public:
property IntPtr Data {
   IntPtr get();
}

Return Value

A pointer to the unmanaged memory containing the GeoKey data.

Example

For an example, refer to RasterCodecs.GeoKeyFound.

Remarks

The number of bytes in Data can be obtained by DataLength, while the number of items can be obtained by Count.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also