StructureSectionLabel Class

This class represents a StructureSectionLabel.

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

Syntax

C#

public sealed class StructureSectionLabel : PartSectionLabel

Visual Basic

Public NotInheritable Class StructureSectionLabel _
	Inherits PartSectionLabel

Visual C++

public ref class StructureSectionLabel sealed : public PartSectionLabel

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.PartSectionLabel
                            Autodesk.Civil.DatabaseServices.StructureSectionLabel

See Also