Share

ConnectedAlignmentParams.IncomingParentAlignmentStation Property

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

Syntax

C#

public double IncomingParentAlignmentStation { get; set; }

VB

Public Property IncomingParentAlignmentStation As Double
	Get
	Set

C++

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

Property Value

Double

See Also

Reference

Was this information helpful?