Share

SettingsCmdCreateSite.SettingsCmdAlignment Class

Settings that specify default increments for alignment tag numbering.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    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

 NameDescription
Public propertyAlignmentCurveNextAutomaticTagCounter Gets the increment by which the next new alignment curve tag is automatically numbered.
Public propertyAlignmentCurveNextManualTagCounter Gets the increment by which the next new alignment curve tag is manually numbered.
Public propertyAlignmentLineNextAutomaticTagCounter Gets the increment by which the next new alignment line tag is automatically numbered.
Public propertyAlignmentLineNextManualTagCounter Gets the increment by which the next new alignment line tag is manually numbered.
Public propertyAlignmentSpiralNextAutomaticTagCounter Gets the increment by which the next new alignment spiral tag is automatically numbered.
Public propertyAlignmentSpiralNextManualTagCounter Gets the increment by which the next new alignment spiral tag is manually numbered.

See Also

Reference

Was this information helpful?