Gets the alignment abbreviation settings

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

Syntax

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

Parameters

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

See Also