Share

PressurePipeOverride Class

Object used to change the style for a pressure pipe.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbGraph>]
    Autodesk.Civil.DatabaseServicesGraphOverride
      Autodesk.Civil.DatabaseServicesPressurePipeOverride


Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.7.0.1276

Syntax

C#

public sealed class PressurePipeOverride : GraphOverride

VB

Public NotInheritable Class PressurePipeOverride
	Inherits GraphOverride

C++

public ref class PressurePipeOverride sealed : public GraphOverride

The PressurePipeOverride type exposes the following members.

Properties

 NameDescription
Public propertyDraw Gets or sets whether the pressure pipe will be drawn in the graph.
(Overrides GraphOverrideDraw)
Public propertyOverrideStyleId Sets the override style of the pressure pipe.
(Overrides GraphOverrideOverrideStyleId)
Public propertyOverrideStyleName Sets the override style of the pressure pipe.
(Overrides GraphOverrideOverrideStyleName)
Public propertyPressurePartId Gets the object id of the ProfileViewPressurePart of pressure pipe.
Public propertyPressurePartName Gets the name of the pressure pipe.
Public propertyUseOverrideStyle Gets or sets whether to override style for the display of the entity.
(Inherited from GraphOverride)

Remarks

Each PressurePipeOverride object represents an individual pressure pipe in a profile view.

See Also

Reference

Was this information helpful?