LineStringStartPoint Property

Returns a copy of the starting point of the curve.

Namespace:  Aspose.Gis.Geometries
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public override IPoint StartPoint { get; }

Property Value

Type: IPoint

Implements

ICurveStartPoint
ICurveStartPoint
Exceptions
ExceptionCondition
InvalidOperationExceptionThe geometry is empty.
See Also