Share

SectionDisplayOptionCollection Class

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesGraphDisplayOptionCollectionSectionDisplayOption
    Autodesk.Civil.DatabaseServicesSectionDisplayOptionCollection


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

Syntax

C#

public sealed class SectionDisplayOptionCollection : GraphDisplayOptionCollection<SectionDisplayOption>, 
	IDisposable

VB

Public NotInheritable Class SectionDisplayOptionCollection
	Inherits GraphDisplayOptionCollection(Of SectionDisplayOption)
	Implements IDisposable

C++

public ref class SectionDisplayOptionCollection sealed : public GraphDisplayOptionCollection<SectionDisplayOption^>, 
	IDisposable

The SectionDisplayOptionCollection type exposes the following members.

Constructors

 NameDescription
Public methodSectionDisplayOptionCollection Construct function using a sample line object id.

Properties

 NameDescription
Public propertyCode exampleClipGridAt Gets or sets which item controls the size of the graph view grid, according to the source name
(Inherited from GraphDisplayOptionCollectionItemType)
Public propertyCount Gets the count of the objects in the collection.
(Inherited from GraphDisplayOptionCollectionItemType)
Public propertyItem
(Inherited from GraphDisplayOptionCollectionItemType)

Methods

 NameDescription
Public methodDisposeReleases all resources used by the SectionDisplayOptionCollection
Public methodGetEnumerator
(Overrides GraphDisplayOptionCollectionItemTypeGetEnumerator)
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
(Inherited from GraphDisplayOptionCollectionItemType)
Public methodSetLabelSet Set label set for all section sources in this collection, if section sources are applicable for setting label set.

See Also

Reference

Was this information helpful?