The GraphOverride collection class represents the collection of all override items listed in the Graph.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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

See Also