The station on outgoing parent alignment. It is approximate station to identify the position to intersection point of parent alignments.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double OutgoingParentAlignmentStation { get; set; }
VB
Public Property OutgoingParentAlignmentStation As Double Get Set
C++
public: property double OutgoingParentAlignmentStation { double get (); void set (double value); }