Share

Alignment.RailAlignmentInfo Property

Gets a RailAlignmentInfo object containing properties specific to Rail Alignments.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public RailAlignmentInfo RailAlignmentInfo { get; }

VB

Public ReadOnly Property RailAlignmentInfo As RailAlignmentInfo
	Get

C++

public:
property RailAlignmentInfo^ RailAlignmentInfo {
	RailAlignmentInfo^ get ();
}

Property Value

RailAlignmentInfo

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the SuperelevationType is not SuperelevationType::Cant.

See Also

Reference

Was this information helpful?