Sets the superelevation abbreviation settings

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void SetSuperelevationAbbreviation(
	AbbreviationSuperelevationType type,
	string newValue
)
Visual Basic
Public Sub SetSuperelevationAbbreviation ( _
	type As AbbreviationSuperelevationType, _
	newValue As String _
)
Visual C++
public:
void SetSuperelevationAbbreviation(
	AbbreviationSuperelevationType type, 
	String^ newValue
)

Parameters

type
Type: Autodesk.Civil.Settings..::..AbbreviationSuperelevationType
The type of settings to set.
newValue
Type: System..::..String
The value to set.

See Also