StructureOverrideCollection Class

The StuctureOverrideCollection collection class represents the collection of all structures listed in the ProfileView.

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

Syntax

C#

public sealed class StructureOverrideCollection : GraphOverrideCollection<StructureOverride>

Visual Basic

Public NotInheritable Class StructureOverrideCollection _
	Inherits GraphOverrideCollection(Of StructureOverride)

Visual C++

public ref class StructureOverrideCollection sealed : public GraphOverrideCollection<StructureOverride^>

Inheritance Hierarchy

System.Object
  Autodesk.Civil.DatabaseServices.GraphOverrideCollection<StructureOverride>
    Autodesk.Civil.DatabaseServices.StructureOverrideCollection

See Also