The GraphOverride collection class represents the collection of all override items listed in the Graph.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public abstract class GraphOverrideCollection<ItemType> : IEnumerable<ItemType>, IDisposable where ItemType : GraphOverride
Visual Basic
Public MustInherit Class GraphOverrideCollection(Of ItemType As GraphOverride) _ Implements IEnumerable(Of ItemType), IDisposable
Visual C++
generic<typename ItemType> where ItemType : GraphOverride public ref class GraphOverrideCollection abstract : IEnumerable<ItemType>, IDisposable
Type Parameters
- ItemType
Inheritance Hierarchy
System.Object
Autodesk.Civil.DatabaseServices.GraphOverrideCollection<ItemType>
Autodesk.Civil.DatabaseServices.PipeOverrideCollection
Autodesk.Civil.DatabaseServices.ProfileOverrideCollection
Autodesk.Civil.DatabaseServices.SectionOverrideCollection
Autodesk.Civil.DatabaseServices.StructureOverrideCollection
Autodesk.Civil.DatabaseServices.GraphOverrideCollection<ItemType>
Autodesk.Civil.DatabaseServices.PipeOverrideCollection
Autodesk.Civil.DatabaseServices.ProfileOverrideCollection
Autodesk.Civil.DatabaseServices.SectionOverrideCollection
Autodesk.Civil.DatabaseServices.StructureOverrideCollection