This class represents an intersection location label.

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

Syntax

C#
public class IntersectionLocationLabel : FeatureLabel
Visual Basic
Public Class IntersectionLocationLabel _
	Inherits FeatureLabel
Visual C++
public ref class IntersectionLocationLabel : public FeatureLabel

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..::..IntersectionLocationLabel

See Also