AppliedAssemblyCollection Class

The collection of assembly cross sections placed at intervals along corridor baselines.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public sealed class AppliedAssemblyCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>], 
	IEnumerable<AppliedAssembly>

Visual Basic

Public NotInheritable Class AppliedAssemblyCollection _
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>] _
	Implements IEnumerable(Of AppliedAssembly)

Visual C++

public ref class AppliedAssemblyCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>], 
	IEnumerable<AppliedAssembly^>

Inheritance Hierarchy

System.Object
  [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
    Autodesk.Civil.DatabaseServices.AppliedAssemblyCollection

See Also