Sets the alignment abbreviation settings

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

Syntax

C#
public void SetAlignmentAbbreviation(
	AbbreviationAlignmentType type,
	string value
)
Visual Basic
Public Sub SetAlignmentAbbreviation ( _
	type As AbbreviationAlignmentType, _
	value As String _
)
Visual C++
public:
void SetAlignmentAbbreviation(
	AbbreviationAlignmentType type, 
	String^ value
)

Parameters

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

See Also