AppliedSubassembly Class

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.292
Syntax
public sealed class AppliedSubassembly : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]

The AppliedSubassembly type exposes the following members.

Properties
 NameDescription
Public propertyBaselineHookedTo Gets the hooked Baseline.
Public propertyCorridorId Gets the ID of the parent Corridor object.
Public propertyLinks Gets the collection of CalculatedLinks in this AppliedSubssembly.
Public propertyOriginStationOffsetElevationToBaseline Gets the origin SOE coordinate to Baseline.
Public propertyParameters Gets the parameter collection.
Public propertyPoints Gets the collection of CalculatedPoints in this AppliedSubssembly.
Public propertyShapes Gets the collection of CalculatedShapes in this AppliedSubssembly.
Public propertySubassemblyId Gets the ID of this AppliedSubassembly.
Top
Methods
 NameDescription
Public methodContains Check if the parameter exists by specified key name.
Public methodGetParameterT Gets the parameter by specified key name.
Top
Remarks
An AppliedSubassembly is an instance of a subassembly template within a specific applied assembly.
See Also