Share via


StartingPoint Property

The starting point.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property StartingPoint As GeometricPoint
    Get
'Usage
Dim instance As GeometricCurve
Dim value As GeometricPoint

value = instance.StartingPoint
public abstract GeometricPoint StartingPoint { get; }
public:
virtual property GeometricPoint^ StartingPoint {
    GeometricPoint^ get () abstract;
}
abstract StartingPoint : GeometricPoint
abstract function get StartingPoint () : GeometricPoint

Property Value

Type: System.Spatial..::..GeometricPoint
The starting point.

See Also

Reference

GeometricCurve Class

System.Spatial Namespace