Share

SettingsAbbreviationAlignment.GetAlignmentAbbreviation Method

Gets the alignment abbreviation settings



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

Syntax

C#

public string GetAlignmentAbbreviation(
	AbbreviationAlignmentType type
)

VB

Public Function GetAlignmentAbbreviation ( 
	type As AbbreviationAlignmentType
) As String

C++

public:
String^ GetAlignmentAbbreviation(
	AbbreviationAlignmentType type
)

Parameters

type  AbbreviationAlignmentType
The type of settings to get.

Return Value

String

See Also

Reference

Was this information helpful?