Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property MetadataType As RasterTagMetadataDataType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterTagMetadataDataType MetadataType {get;} |
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family