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.7.0.1276
Syntax
C#
public sealed class StructureOverride : GraphOverride
VB
Public NotInheritable Class StructureOverride Inherits GraphOverride
C++
public ref class StructureOverride sealed : public GraphOverride
The StructureOverride type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Draw |
Gets or sets whether this entity will be drawn in the graph.
(Overrides GraphOverrideDraw) | |
| OverrideStyleId |
Sets the override style of the entity.
(Overrides GraphOverrideOverrideStyleId) | |
| OverrideStyleName |
Sets the override style of the entity.
(Overrides GraphOverrideOverrideStyleName) | |
| StructId | Gets the object id of the ProfileViewPart of structure. | |
| StructName | Gets the name of the structure. | |
| UseOverrideStyle |
Gets or sets whether to override style for the display of the entity.
(Inherited from GraphOverride) |
