GraphDisplayOption Class

The base class for graphic display option.
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 abstract class GraphDisplayOption : DisposableWrapper

The GraphDisplayOption type exposes the following members.

Properties
 NameDescription
Public propertyDraw Gets or sets whether this entity will be drawn in the graph.
Public propertyLabelSetId Gets or sets the label set of the entity.
Public propertyOverrideStyleId Gets or sets the override style of the entity.
Public propertyOverrideStyleName Gets or sets the override style of the entity.
Public propertySourceName Gets the name of the source.
Public propertyUseOverrideStyle Gets or sets whether to override style for the display of the entity.
Top
See Also