Object used to change the style for an appurtenance.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbGraph>]
Autodesk.Civil.DatabaseServicesGraphOverride
Autodesk.Civil.DatabaseServicesPressureAppurtenanceOverride
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class PressureAppurtenanceOverride : GraphOverride
VB
Public NotInheritable Class PressureAppurtenanceOverride Inherits GraphOverride
C++
public ref class PressureAppurtenanceOverride sealed : public GraphOverride
The PressureAppurtenanceOverride type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Draw |
Gets or sets whether the appurtenance will be drawn in the graph.
(Overrides GraphOverrideDraw) | |
| OverrideStyleId |
Sets the override style of the appurtenance.
(Overrides GraphOverrideOverrideStyleId) | |
| OverrideStyleName |
Sets the override style of the appurtenance.
(Overrides GraphOverrideOverrideStyleName) | |
| PressurePartId | Gets the object id of the ProfileViewPressurePart of appurtenance. | |
| PressurePartName | Gets the name of the appurtenance. | |
| UseOverrideStyle |
Gets or sets whether to override style for the display of the entity.
(Inherited from GraphOverride) |
