SettingsCmdCreateSiteSettingsCmdParcel Class

Settings that specify default increments for parcel numbering.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdCreateSiteSettingsCmdParcel

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SettingsCmdParcel : TreeOidWrapper

The SettingsCmdCreateSiteSettingsCmdParcel type exposes the following members.

Properties
 NameDescription
Public propertyParcelCurveNextAutomaticTagCounter Gets the increment by which the next new parcel line tag is manually numbered.
Public propertyParcelCurveNextManualTagCounter Gets the increment by which the next new parcel curve tag is manually numbered.
Public propertyParcelLineNextAutomaticTagCounter Gets the increment by which the next new parcel line tag is automatically numbered.
Public propertyParcelLineNextManualTagCounter Gets the increment by which the next new parcel line tag is manually numbered.
Public propertyParcelNextAutomaticAreaCounter Gets the increment by which the next new parcel area is automatically numbered.
Public propertyParcelNextManualAreaCounter Gets the increment by which the next new parcel area is manually numbered.
Top
See Also