Inheritance Hierarchy
SystemObjectAutodesk.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
| Name | Description | |
|---|---|---|
| SectionDisplayOptionCollection | Construct function using a sample line object id. |
Properties
| Name | Description | |
|---|---|---|
| ClipGridAt |
Gets or sets which item controls the size of the graph view grid, according to the source name
(Inherited from GraphDisplayOptionCollectionItemType) | |
| Count |
Gets the count of the objects in the collection.
(Inherited from GraphDisplayOptionCollectionItemType) | |
| Item | (Inherited from GraphDisplayOptionCollectionItemType) |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the SectionDisplayOptionCollection | |
| GetEnumerator | (Overrides GraphDisplayOptionCollectionItemTypeGetEnumerator) | |
| GetObjectEnumerator |
Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
(Inherited from GraphDisplayOptionCollectionItemType) | |
| SetLabelSet | Set label set for all section sources in this collection, if section sources are applicable for setting label set. |
