PolygonRing Constructor (LatLon) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Constructs a ring from an array of points.
Namespace:
Telogis.GeoBase.Geometry
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Ring(
params LatLon[] points
)
Public Sub New (
ParamArray points As LatLon()
)
Parameters
- points
- Type: Telogis.GeoBaseLatLon
The points that form the ring.
The first and last points should be equal.
See Also