PipeProfileLabel Class

This class represents a PipeProfileLabel.

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

Syntax

C#

public sealed class PipeProfileLabel : PartProfileLabel

Visual Basic

Public NotInheritable Class PipeProfileLabel _
	Inherits PartProfileLabel

Visual C++

public ref class PipeProfileLabel sealed : public PartProfileLabel

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.PartProfileLabel
                            Autodesk.Civil.DatabaseServices.PipeProfileLabel

See Also