GetAlignmentAbbreviation Method

Gets the alignment abbreviation settings

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