Settings that specify default increments for parcel numbering.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsCmdCreateSiteSettingsCmdParcel
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SettingsCmdParcel : TreeOidWrapper
VB
Public NotInheritable Class SettingsCmdParcel Inherits TreeOidWrapper
C++
public ref class SettingsCmdParcel sealed : public TreeOidWrapper
The SettingsCmdCreateSiteSettingsCmdParcel type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ParcelCurveNextAutomaticTagCounter | Gets the increment by which the next new parcel line tag is manually numbered. | |
| ParcelCurveNextManualTagCounter | Gets the increment by which the next new parcel curve tag is manually numbered. | |
| ParcelLineNextAutomaticTagCounter | Gets the increment by which the next new parcel line tag is automatically numbered. | |
| ParcelLineNextManualTagCounter | Gets the increment by which the next new parcel line tag is manually numbered. | |
| ParcelNextAutomaticAreaCounter | Gets the increment by which the next new parcel area is automatically numbered. | |
| ParcelNextManualAreaCounter | Gets the increment by which the next new parcel area is manually numbered. |
