WGS84Point Constructor (WGS84Point) |
Initializes a new instance of the
WGS84Point class
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntaxpublic WGS84Point(
WGS84Point other
)
Public Sub New (
other As WGS84Point
)
public:
WGS84Point(
WGS84Point^ other
)
new :
other : WGS84Point -> WGS84Point
Parameters
- other
- Type: VelocityDBExtensions.GeoWGS84Point
[Missing <param name="other"/> documentation for "M:VelocityDBExtensions.Geo.WGS84Point.#ctor(VelocityDBExtensions.Geo.WGS84Point)"]
See Also