The GraphDisplayOption collection class represents the collection of all graph display options used for Graph.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public abstract class GraphDisplayOptionCollection<ItemType> : IEnumerable<ItemType>
where ItemType : GraphDisplayOption
Visual Basic
Public MustInherit Class GraphDisplayOptionCollection(Of ItemType As GraphDisplayOption) _
	Implements IEnumerable(Of ItemType)
Visual C++
generic<typename ItemType>
where ItemType : GraphDisplayOption
public ref class GraphDisplayOptionCollection abstract : IEnumerable<ItemType>

Type Parameters

ItemType

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..GraphDisplayOptionCollection<(Of <(<'ItemType>)>)>
    Autodesk.Civil.DatabaseServices..::..SectionDisplayOptionCollection

See Also