Parcel Class

An object that represents real estate parcels, such as lots in a subdivision, and other features that have closed boundaries (such as bodies of water and soil regions).

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public sealed class Parcel : Entity

Visual Basic

Public NotInheritable Class Parcel _
	Inherits Entity

Visual C++

public ref class Parcel sealed : public Entity

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Curve
                Entity
                  Autodesk.Civil.DatabaseServices.Entity
                    Autodesk.Civil.DatabaseServices.Parcel

See Also