Gets the cant abbreviation settings.

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

Syntax

C#
public string GetCantAbbreviation(
	AbbreviationCantType type
)
Visual Basic
Public Function GetCantAbbreviation ( _
	type As AbbreviationCantType _
) As String
Visual C++
public:
String^ GetCantAbbreviation(
	AbbreviationCantType type
)

Parameters

type
Type: Autodesk.Civil.Settings..::..AbbreviationCantType
The type of SettingsAbbreviationCant to get.

See Also