The GraphDisplayOption collection class represents the collection of all graph display options used for Graph.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesGraphDisplayOptionCollectionItemType
Autodesk.Civil.DatabaseServicesSectionDisplayOptionCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public abstract class GraphDisplayOptionCollection<ItemType> : IEnumerable<ItemType> where ItemType : GraphDisplayOption
VB
Public MustInherit Class GraphDisplayOptionCollection(Of ItemType As GraphDisplayOption) Implements IEnumerable(Of ItemType)
C++
generic<typename ItemType> where ItemType : GraphDisplayOption public ref class GraphDisplayOptionCollection abstract : IEnumerable<ItemType>
Type Parameters
- ItemType
The GraphDisplayOptionCollectionItemType type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | ClipGridAt | Gets or sets which item controls the size of the graph view grid, according to the source name |
![]() | Count | Gets the count of the objects in the collection. |
![]() | Item |
Methods
Name | Description | |
---|---|---|
![]() | 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. |