GraphDisplayOptionCollection(ItemType) Class

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.2.3892.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<ItemType>
    Autodesk.Civil.DatabaseServices.SectionDisplayOptionCollection

See Also