SettingsAbbreviationAlignmentEnhancedSetAlignmentEnhancedAbbreviation Method |
Sets the alignment enhanced abbreviation settings
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetAlignmentEnhancedAbbreviation(
AbbreviationAlignmentEnhancedType type,
string newValue
)
Public Sub SetAlignmentEnhancedAbbreviation (
type As AbbreviationAlignmentEnhancedType,
newValue As String
)
public:
void SetAlignmentEnhancedAbbreviation(
AbbreviationAlignmentEnhancedType type,
String^ newValue
)
Parameters
- type AbbreviationAlignmentEnhancedType
- The type of settings to set.
- newValue String
- The value to set.
See Also