Gets the profile abbreviation settings

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

Syntax

C#
public string GetProfileAbbreviation(
	AbbreviationProfileType type
)
Visual Basic
Public Function GetProfileAbbreviation ( _
	type As AbbreviationProfileType _
) As String
Visual C++
public:
String^ GetProfileAbbreviation(
	AbbreviationProfileType type
)

Parameters

type
Type: Autodesk.Civil.Settings..::..AbbreviationProfileType
The type of settings to get.

See Also