Sets the profile abbreviation settings

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

Syntax

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

Parameters

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

See Also