Sets the cant abbreviation settings.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void SetCantAbbreviation( AbbreviationCantType type, string newValue )
VB
Public Sub SetCantAbbreviation ( type As AbbreviationCantType, newValue As String )
C++
public: void SetCantAbbreviation( AbbreviationCantType type, String^ newValue )
Parameters
- type AbbreviationCantType
- The type of SettingsAbbreviationCant to set.
- newValue String
- The value to set.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when setting to a null value. |