Share

SettingsAbbreviationAlignment.SetAlignmentAbbreviation Method

Sets the alignment abbreviation settings



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

Syntax

C#

public void SetAlignmentAbbreviation(
	AbbreviationAlignmentType type,
	string value
)

VB

Public Sub SetAlignmentAbbreviation ( 
	type As AbbreviationAlignmentType,
	value As String
)

C++

public:
void SetAlignmentAbbreviation(
	AbbreviationAlignmentType type, 
	String^ value
)

Parameters

type  AbbreviationAlignmentType
The type of settings to set.
value  String
The value to set.

See Also

Reference

Was this information helpful?