Share

PressureFittingOverride Class

Object used to change the style for a fitting.

Inheritance Hierarchy

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


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

Syntax

C#

public sealed class PressureFittingOverride : GraphOverride

VB

Public NotInheritable Class PressureFittingOverride
	Inherits GraphOverride

C++

public ref class PressureFittingOverride sealed : public GraphOverride

The PressureFittingOverride type exposes the following members.

Properties

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

Remarks

Each PressureFittingOverride object represents an individual fitting in a profile view.

See Also

Reference

Was this information helpful?