SectionDisplayOption Class

Object used to change the section display options according the section source.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesGraphDisplayOption
        Autodesk.Civil.DatabaseServicesSectionDisplayOption

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SectionDisplayOption : GraphDisplayOption

The SectionDisplayOption type exposes the following members.

Properties
 NameDescription
Public propertyDraw Gets or sets whether this entity will be drawn in the graph.
(Inherited from GraphDisplayOption)
Public propertyLabelSetId Gets or sets the label set of the entity.
(Overrides GraphDisplayOptionLabelSetId)
Public propertyOverrideStyleId Sets the override style of the entity.
(Overrides GraphDisplayOptionOverrideStyleId)
Public propertyOverrideStyleName Sets the override style of the entity.
(Overrides GraphDisplayOptionOverrideStyleName)
Public propertySourceName Gets the name of the source.
(Overrides GraphDisplayOptionSourceName)
Public propertySourceType Gets the source type of the section source.
Public propertyUseOverrideStyle Sets whether to override style for the display of the entity.
(Overrides GraphDisplayOptionUseOverrideStyle)
Top
See Also