GetSuperelevationAbbreviation Method

Gets the superelevation abbreviation settings

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

Syntax

C#

public string GetSuperelevationAbbreviation(
	AbbreviationSuperelevationType type
)

Visual Basic

Public Function GetSuperelevationAbbreviation ( _
	type As AbbreviationSuperelevationType _
) As String

Visual C++

public:
String^ GetSuperelevationAbbreviation(
	AbbreviationSuperelevationType type
)

Parameters

type
Type: Autodesk.Civil.Settings.AbbreviationSuperelevationType
The type of settings to get.

See Also