Structure Class

The drawing shape used to represent items such as manholes, catch basins, and headwalls used in utility networks. A Structure connects pipes together to form a pipe network.

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

Syntax

C#

public sealed class Structure : Part

Visual Basic

Public NotInheritable Class Structure _
	Inherits Part

Visual C++

public ref class Structure sealed : public Part

Remarks

Structures represent physical objects such as manholes, catch basins, and headwalls. Any number of Pipe objects can connect with a Structure. A Structure is created by using the AddStructure () method in a Network object.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Curve
                Entity
                  Autodesk.Civil.DatabaseServices.Entity
                    Autodesk.Civil.DatabaseServices.GeoEntity
                      Autodesk.Civil.DatabaseServices.Part
                        Autodesk.Civil.DatabaseServices.Structure

See Also