GraphOverrideCollectionItemType Class

The GraphOverride collection class represents the collection of all override items listed in the Graph.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesGraphOverrideCollectionItemType
    More

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public abstract class GraphOverrideCollection<ItemType> : IEnumerable<ItemType>, 
	IDisposable
where ItemType : GraphOverride

Type Parameters

ItemType

The GraphOverrideCollectionItemType type exposes the following members.

Properties
 NameDescription
Public propertyClipGridAt Gets or sets which item controls the size of the graph view grid.
Public propertyCount Gets the count of override objects in the collection.
Public propertyItem 
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the GraphOverrideCollectionItemType
Public methodGetEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Top
See Also
Inheritance Hierarchy