AppliedSubassemblyCollection Class

Collection of AppliedSubassembly objects.

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

Syntax

C#

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

Visual Basic

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

Visual C++

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

Inheritance Hierarchy

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

See Also