OutgoingParentAlignmentStation Property

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.4.208.0

Syntax

C#

public double OutgoingParentAlignmentStation { get; set; }

Visual Basic

Public Property OutgoingParentAlignmentStation As Double
	Get
	Set

Visual C++

public:
property double OutgoingParentAlignmentStation {
	double get ();
	void set (double value);
}

See Also