An AppliedSubassemby object. An AppliedSubassembly is a series of points, links, and shapes that make up part of an AppliedAssembly (corridor cross section).
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Autodesk.Civil.DatabaseServicesAppliedSubassembly
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class AppliedSubassembly : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
VB
Public NotInheritable Class AppliedSubassembly Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
C++
public ref class AppliedSubassembly sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
The AppliedSubassembly type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BaselineHookedTo | Gets the hooked Baseline. | |
| CorridorId | Gets the ID of the parent Corridor object. | |
| Links | Gets the collection of CalculatedLinks in this AppliedSubssembly. | |
| OriginStationOffsetElevationToBaseline | Gets the origin SOE coordinate to Baseline. | |
| Parameters | Gets the parameter collection. | |
| Points | Gets the collection of CalculatedPoints in this AppliedSubssembly. | |
| Shapes | Gets the collection of CalculatedShapes in this AppliedSubssembly. | |
| SubassemblyId | Gets the ID of this AppliedSubassembly. |
Methods
| Name | Description | |
|---|---|---|
| Contains | Check if the parameter exists by specified key name. | |
| GetParameterT | Gets the parameter by specified key name. |
