Network Class

The container object used to associate pipes and structures that are part of the same pipe run or pipe network.

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

Syntax

C#

public sealed class Network : GeoEntity

Visual Basic

Public NotInheritable Class Network _
	Inherits GeoEntity

Visual C++

public ref class Network sealed : public GeoEntity

Inheritance Hierarchy

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

See Also