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