Object used to change the section display options according the section source.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
Autodesk.Civil.DatabaseServicesGraphDisplayOption
Autodesk.Civil.DatabaseServicesSectionDisplayOption
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SectionDisplayOption : GraphDisplayOption
VB
Public NotInheritable Class SectionDisplayOption Inherits GraphDisplayOption
C++
public ref class SectionDisplayOption sealed : public GraphDisplayOption
The SectionDisplayOption type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Draw |
Gets or sets whether this entity will be drawn in the graph.
(Inherited from GraphDisplayOption) |
![]() | LabelSetId |
Gets or sets the label set of the entity.
(Overrides GraphDisplayOptionLabelSetId) |
![]() | OverrideStyleId |
Sets the override style of the entity.
(Overrides GraphDisplayOptionOverrideStyleId) |
![]() | OverrideStyleName |
Sets the override style of the entity.
(Overrides GraphDisplayOptionOverrideStyleName) |
![]() | SourceName |
Gets the name of the source.
(Overrides GraphDisplayOptionSourceName) |
![]() | SourceType | Gets the source type of the section source. |
![]() | UseOverrideStyle |
Sets whether to override style for the display of the entity.
(Overrides GraphDisplayOptionUseOverrideStyle) |