Pattern for the cross section of a corridor. Made up of multiple Subassembly objects.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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
System.MarshalByRefObject
DisposableWrapper
RXObject
Drawable
DBObject
Entity
Curve
Entity
Autodesk.Civil.DatabaseServices.Entity
Autodesk.Civil.DatabaseServices.GeoEntity
Autodesk.Civil.DatabaseServices.Assembly