Gets the station of parent of Sampleline.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double Station { get; }
VB
Public ReadOnly Property Station As Double Get
C++
public: property double Station { double get (); }