SuperelevationCurveName Property

Gets the name of the SuperelevationCurve where the critical station belongs.

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

Syntax

C#

public string SuperelevationCurveName { get; }

Visual Basic

Public ReadOnly Property SuperelevationCurveName As String
	Get

Visual C++

public:
property String^ SuperelevationCurveName {
	String^ get ();
}

See Also