SettingsAbbreviationProfileSetProfileAbbreviation Method

Sets the profile abbreviation settings

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SetProfileAbbreviation(
	AbbreviationProfileType type,
	string newValue
)

Parameters

type  AbbreviationProfileType
The type of settings to set.
newValue  String
The value to set.
See Also