Share

SettingsAbbreviationAlignmentEnhanced.GetAlignmentEnhancedAbbreviation Method

Gets the alignment enhanced abbreviation settings



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

Syntax

C#

public string GetAlignmentEnhancedAbbreviation(
	AbbreviationAlignmentEnhancedType type
)

VB

Public Function GetAlignmentEnhancedAbbreviation ( 
	type As AbbreviationAlignmentEnhancedType
) As String

C++

public:
String^ GetAlignmentEnhancedAbbreviation(
	AbbreviationAlignmentEnhancedType type
)

Parameters

type  AbbreviationAlignmentEnhancedType
The type of settings to get.

Return Value

String

See Also

Reference

Was this information helpful?