The station on incoming 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.4.2516.0

Syntax

C#
public double IncomingParentAlignmentStation { get; set; }
Visual Basic
Public Property IncomingParentAlignmentStation As Double
	Get
	Set
Visual C++
public:
property double IncomingParentAlignmentStation {
	double get ();
	void set (double value);
}

See Also