GetAlignmentEnhancedAbbreviation Method

Gets the alignment enhanced abbreviation settings

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

Syntax

C#

public string GetAlignmentEnhancedAbbreviation(
	AbbreviationAlignmentEnhancedType type
)

Visual Basic

Public Function GetAlignmentEnhancedAbbreviation ( _
	type As AbbreviationAlignmentEnhancedType _
) As String

Visual C++

public:
String^ GetAlignmentEnhancedAbbreviation(
	AbbreviationAlignmentEnhancedType type
)

Parameters

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

See Also