Gets the line segment starting point station.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double StartPointStation { get; }
VB
Public ReadOnly Property StartPointStation As Double Get
C++
public: property double StartPointStation { double get (); }