GetCantAbbreviation Method

Gets the cant abbreviation settings.

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