Gets or sets the point station.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
double Station { get; set; }
VB
Property Station As Double Get Set
C++
property double Station { double get (); void set (double value); }