Click or drag to resize

PolygonRing Constructor (LineString)

Verizon Connect Logo
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
)

Parameters

points
Type: Telogis.GeoBase.GeometryLineString
The points that form the ring. The first and last points should be equal.
See Also