Pattern for the cross section of a corridor. Made up of multiple Subassembly objects.

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

Syntax

C#
public sealed class Assembly : GeoEntity
Visual Basic
Public NotInheritable Class Assembly _
	Inherits GeoEntity
Visual C++
public ref class Assembly sealed : public GeoEntity

Remarks

An assembly is a pattern for the cross section of a corridor at a particular station. An assembly consists of a connected set of subassemblies (Subassembly objects), each of which are linked to a centerpoint or to other subassemblies. When an Assembly is used to define the cross-section of a corridor, a series of applied assemblies (an object of type AppliedAssembly) is added to the corridor. Each applied assembly consists of a collection of applied subassemblies.

Inheritance Hierarchy

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

See Also