struct used to store a Lat Long Coordinate. Used in ConversionFunctions

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

Syntax

Visual Basic
Public Structure LatLongCoordinate
C#
public struct LatLongCoordinate
Visual C++
public value class LatLongCoordinate
JavaScript
JavaScript supports the use of structures, but not the declaration of new ones.

See Also