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)
Syntaxpublic LinearRing(
ILineString other
)
Public Sub New (
other As ILineString
)
public:
LinearRing(
ILineString^ other
)
new :
other : ILineString -> LinearRingParameters
- other
- Type: Aspose.Gis.GeometriesILineString
The other line to copy data from.
Exceptions
See Also