StructureOverride Class

Object used to change the style for a structure.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbGraph>]
    Autodesk.Civil.DatabaseServicesGraphOverride
      Autodesk.Civil.DatabaseServicesStructureOverride

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

The StructureOverride type exposes the following members.

Properties
 NameDescription
Public propertyDraw Gets or sets whether this entity will be drawn in the graph.
(Overrides GraphOverrideDraw)
Public propertyOverrideStyleId Sets the override style of the entity.
(Overrides GraphOverrideOverrideStyleId)
Public propertyOverrideStyleName Sets the override style of the entity.
(Overrides GraphOverrideOverrideStyleName)
Public propertyStructId Gets the object id of the ProfileViewPart of structure.
Public propertyStructName Gets the name of the structure.
Public propertyUseOverrideStyle Gets or sets whether to override style for the display of the entity.
(Inherited from GraphOverride)
Top
Remarks
Each StructOverride object represents an individual structure in a profile view.
See Also