The GraphOverride collection class represents the collection of all override items listed in the Graph.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesGraphOverrideCollectionItemType
More
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public abstract class GraphOverrideCollection<ItemType> : IEnumerable<ItemType>, IDisposable where ItemType : GraphOverride
VB
Public MustInherit Class GraphOverrideCollection(Of ItemType As GraphOverride) Implements IEnumerable(Of ItemType), IDisposable
C++
generic<typename ItemType> where ItemType : GraphOverride public ref class GraphOverrideCollection abstract : IEnumerable<ItemType>, IDisposable
Type Parameters
- ItemType
The GraphOverrideCollectionItemType type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ClipGridAt | Gets or sets which item controls the size of the graph view grid. |
![]() | Count | Gets the count of override objects in the collection. |
![]() | Item |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the GraphOverrideCollectionItemType |
![]() | GetEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection. |
![]() | GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection. |
See Also
Reference
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesGraphOverrideCollectionItemType
Autodesk.Civil.DatabaseServicesPipeOverrideCollection
Autodesk.Civil.DatabaseServicesPressureAppurtenanceOverrideCollection
Autodesk.Civil.DatabaseServicesPressureFittingOverrideCollection
Autodesk.Civil.DatabaseServicesPressurePipeOverrideCollection
Autodesk.Civil.DatabaseServicesProfileOverrideCollection
Autodesk.Civil.DatabaseServicesSectionOverrideCollection
Autodesk.Civil.DatabaseServicesStructureOverrideCollection