SettingsAbbreviationCantSetCantAbbreviation Method |
Sets the cant abbreviation settings.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
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.
Exceptions
See Also