SetSuperelevationAbbreviation Method

Sets the superelevation abbreviation settings

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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