The construction site abstraction containing parcels and alignments. Note: Alignments are generally associated with a site. An alignment interacts with objects on a site in two ways: If an alignment exists on a site with parcels, the alignment will subdivide any parcels it crosses over. If one or more alignments on a site form a closed region, a parcel will be created from the region.

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

Syntax

C#
public sealed class Site : Entity
Visual Basic
Public NotInheritable Class Site _
	Inherits Entity
Visual C++
public ref class Site sealed : public Entity

Inheritance Hierarchy

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

See Also