Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property MetadataType As RasterTagMetadataDataType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterTagMetadataDataType MetadataType {get;} |
Managed Extensions for C++ | |
---|---|
public: __property RasterTagMetadataDataType get_MetadataType(); |
C++/CLI | |
---|---|
public: property RasterTagMetadataDataType MetadataType { RasterTagMetadataDataType get(); } |
Return Value
The type of the GeoKey This indicates whether the data pointed to by Data is SHORT, DOUBLE or ASCII. Possible values are:
Value | Meaning |
---|---|
RasterTagMetadataDataType.Int16 | Two bytes, unsigned. |
RasterTagMetadataDataType.Double | Eight bytes used as a double-precision floating-point number |
RasterTagMetadataDataType.Ascii | Byte in the range of 0 to 255. Null-terminated |
For an example, refer to RasterCodecs.GeoKeyFound.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family