PressureFittingSectionLabel Class

This class encapsulates a PressureFittingSectionLabel.

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

Syntax

C#

public sealed class PressureFittingSectionLabel : PressurePartSectionLabel

Visual Basic

Public NotInheritable Class PressureFittingSectionLabel _
	Inherits PressurePartSectionLabel

Visual C++

public ref class PressureFittingSectionLabel sealed : public PressurePartSectionLabel

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Curve
                Entity
                  Autodesk.Civil.DatabaseServices.Entity
                    Autodesk.Civil.DatabaseServices.LabelBase
                      Autodesk.Civil.DatabaseServices.Label
                        Autodesk.Civil.DatabaseServices.FeatureLabel
                          Autodesk.Civil.DatabaseServices.PressurePartSectionLabel
                            Autodesk.Civil.DatabaseServices.PressureFittingSectionLabel

See Also