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