Represents an AppliedAssembly object. An AppliedAssembly is a cross section of an existing corridor.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Autodesk.Civil.DatabaseServicesAppliedAssembly
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class AppliedAssembly : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
VB
Public NotInheritable Class AppliedAssembly Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
C++
public ref class AppliedAssembly sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
The AppliedAssembly type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AdjustedElevation | Gets adjusted vertical alignment elevation. |
![]() | AssemblyId | Gets the ID of this AppliedAssembly. |
![]() | CorridorId | Gets the parent Corridor Id. |
![]() | Links | Gets the collection of CalculatedLinks in this AppliedAssembly. |
![]() | LinksByCode | Obsolete. Gets the collection of CalculatedLinks in this AppliedAssembly that have a particular code. |
![]() | Points | Gets the collection of CalculatedPoints in this AppliedAssembly. |
![]() | PointsByCode | Obsolete. Gets the collection of CalculatedPoints in this AppliedAssembly that have a particular code. |
![]() | Shapes | Gets the collection of CalculatedShapes in this AppliedAssembly. |
![]() | ShapesByCode | Obsolete. Gets the collection of CalculatedShapes in this AppliedAssembly that have a particular code. |
Methods
Name | Description | |
---|---|---|
![]() | GetAppliedSubassemblies | Gets the collection of AppliedAssemblies in this AppliedAssembly. |
![]() | GetLinksByCode | Gets the collection of CalculatedLinks in this AppliedAssembly that have a particular code. |
![]() | GetPointsByCode | Gets the collection of CalculatedPoints in this AppliedAssembly that have a particular code. |
![]() | GetShapesByCode | Gets the collection of CalculatedShapes in this AppliedAssembly that have a particular code. |