The base class for graphic display option.
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 abstract class GraphDisplayOption : DisposableWrapper
VB
Public MustInherit Class GraphDisplayOption Inherits DisposableWrapper
C++
public ref class GraphDisplayOption abstract : public DisposableWrapper
The GraphDisplayOption type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Draw | Gets or sets whether this entity will be drawn in the graph. |
![]() | LabelSetId | Gets or sets the label set of the entity. |
![]() | OverrideStyleId | Gets or sets the override style of the entity. |
![]() | OverrideStyleName | Gets or sets the override style of the entity. |
![]() | SourceName | Gets the name of the source. |
![]() | UseOverrideStyle | Gets or sets whether to override style for the display of the entity. |