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