SettingsAbbreviationCantSetCantAbbreviation Method

Sets the cant abbreviation settings.

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

Parameters

type  AbbreviationCantType
The type of SettingsAbbreviationCant to set.
newValue  String
The value to set.
Exceptions
ExceptionCondition
ArgumentException Thrown when setting to a null value.
See Also