Share

SettingsAbbreviationSuperelevation.GetSuperelevationAbbreviation Method

Gets the superelevation abbreviation settings



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

Syntax

C#

public string GetSuperelevationAbbreviation(
	AbbreviationSuperelevationType type
)

VB

Public Function GetSuperelevationAbbreviation ( 
	type As AbbreviationSuperelevationType
) As String

C++

public:
String^ GetSuperelevationAbbreviation(
	AbbreviationSuperelevationType type
)

Parameters

type  AbbreviationSuperelevationType
The type of settings to get.

Return Value

String

See Also

Reference

Was this information helpful?