Share

AppliedAssembly Class

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

 NameDescription
Public propertyAdjustedElevation Gets adjusted vertical alignment elevation.
Public propertyAssemblyId Gets the ID of this AppliedAssembly.
Public propertyCorridorId Gets the parent Corridor Id.
Public propertyLinks Gets the collection of CalculatedLinks in this AppliedAssembly.
Public propertyLinksByCodeObsolete.
Gets the collection of CalculatedLinks in this AppliedAssembly that have a particular code.
Public propertyPoints Gets the collection of CalculatedPoints in this AppliedAssembly.
Public propertyPointsByCodeObsolete.
Gets the collection of CalculatedPoints in this AppliedAssembly that have a particular code.
Public propertyShapes Gets the collection of CalculatedShapes in this AppliedAssembly.
Public propertyShapesByCodeObsolete.
Gets the collection of CalculatedShapes in this AppliedAssembly that have a particular code.

Methods

 NameDescription
Public methodGetAppliedSubassemblies Gets the collection of AppliedAssemblies in this AppliedAssembly.
Public methodGetLinksByCode Gets the collection of CalculatedLinks in this AppliedAssembly that have a particular code.
Public methodGetPointsByCode Gets the collection of CalculatedPoints in this AppliedAssembly that have a particular code.
Public methodGetShapesByCode Gets the collection of CalculatedShapes in this AppliedAssembly that have a particular code.

Remarks

An applied assembly is an instance of an assembly template attached to a specific station along a corridor.

See Also

Reference

Was this information helpful?