SettingsAbbreviationCantSetCantAbbreviation Method |
Sets the cant abbreviation settings.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetCantAbbreviation(
AbbreviationCantType type,
string newValue
)
Public Sub SetCantAbbreviation (
type As AbbreviationCantType,
newValue As String
)
public:
void SetCantAbbreviation(
AbbreviationCantType type,
String^ newValue
)
Parameters
- type AbbreviationCantType
- The type of SettingsAbbreviationCant to set.
- newValue String
- The value to set.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when setting to a null value.
|
See Also