GraphOverride Class

The base class for graphic override.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbGraph>]
    Autodesk.Civil.DatabaseServicesGraphOverride
      Autodesk.Civil.DatabaseServicesPipeOverride
      Autodesk.Civil.DatabaseServicesProfileOverride
      Autodesk.Civil.DatabaseServicesSectionOverride
      Autodesk.Civil.DatabaseServicesStructureOverride

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.6.1987.0
Syntax
public abstract class GraphOverride : [T:Autodesk.Civil.CivilWrapper<AeccDbGraph>]

The GraphOverride type exposes the following members.

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