SectionDisplayOptionCollection Class

Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesGraphDisplayOptionCollectionSectionDisplayOption
    Autodesk.Civil.DatabaseServicesSectionDisplayOptionCollection

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SectionDisplayOptionCollection : GraphDisplayOptionCollection<SectionDisplayOption>, 
	IDisposable

The SectionDisplayOptionCollection type exposes the following members.

Constructors
 NameDescription
Public methodSectionDisplayOptionCollection Construct function using a sample line object id.
Top
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)
Top
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.
Top
See Also