Settings that specify default increments for alignment tag numbering.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsCmdCreateSiteSettingsCmdAlignment
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SettingsCmdAlignment : TreeOidWrapper
VB
Public NotInheritable Class SettingsCmdAlignment Inherits TreeOidWrapper
C++
public ref class SettingsCmdAlignment sealed : public TreeOidWrapper
The SettingsCmdCreateSiteSettingsCmdAlignment type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AlignmentCurveNextAutomaticTagCounter | Gets the increment by which the next new alignment curve tag is automatically numbered. | |
| AlignmentCurveNextManualTagCounter | Gets the increment by which the next new alignment curve tag is manually numbered. | |
| AlignmentLineNextAutomaticTagCounter | Gets the increment by which the next new alignment line tag is automatically numbered. | |
| AlignmentLineNextManualTagCounter | Gets the increment by which the next new alignment line tag is manually numbered. | |
| AlignmentSpiralNextAutomaticTagCounter | Gets the increment by which the next new alignment spiral tag is automatically numbered. | |
| AlignmentSpiralNextManualTagCounter | Gets the increment by which the next new alignment spiral tag is manually numbered. |
