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)
Syntaxpublic override IPoint StartPoint { get; }Public Overrides ReadOnly Property StartPoint As IPoint
Get
public:
virtual property IPoint^ StartPoint {
IPoint^ get () override;
}abstract StartPoint : IPoint with get
override StartPoint : IPoint with get
Property Value
Type:
IPointImplements
ICurveStartPointICurveStartPoint
Exceptions
See Also