struct used to store a UTM Coordinate. Used in ConversionFunctions

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
<SerializableAttribute> _
Public Structure UtmCoordinate
C#
[SerializableAttribute]
public struct UtmCoordinate
Visual C++
[SerializableAttribute]
public value class UtmCoordinate
JavaScript
JavaScript supports the use of structures, but not the declaration of new ones.

See Also