LinearRing Constructor (ILineString)

Initializes a new instance of the LinearRing class.

Namespace:  Aspose.Gis.Geometries
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public LinearRing(
	ILineString other
)

Parameters

other
Type: Aspose.Gis.GeometriesILineString
The other line to copy data from.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe argument is .
See Also