Share

SettingsCmdCreateSite.SettingsCmdParcel 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.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

 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.

See Also

Reference

Was this information helpful?