Sets the alignment enhanced abbreviation settings

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

Syntax

C#
public void SetAlignmentEnhancedAbbreviation(
	AbbreviationAlignmentEnhancedType type,
	string newValue
)
Visual Basic
Public Sub SetAlignmentEnhancedAbbreviation ( _
	type As AbbreviationAlignmentEnhancedType, _
	newValue As String _
)
Visual C++
public:
void SetAlignmentEnhancedAbbreviation(
	AbbreviationAlignmentEnhancedType type, 
	String^ newValue
)

Parameters

type
Type: Autodesk.Civil.Settings..::..AbbreviationAlignmentEnhancedType
The type of settings to set.
newValue
Type: System..::..String
The value to set.

See Also