MatchLine Class

A match line is a straight line that indicate locations in a view frame group where one view frame intersects or matches up with another view frame.

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

Syntax

C#

public sealed class MatchLine : GeoEntity

Visual Basic

Public NotInheritable Class MatchLine _
	Inherits GeoEntity

Visual C++

public ref class MatchLine sealed : public GeoEntity

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Curve
                Entity
                  Autodesk.Civil.DatabaseServices.Entity
                    Autodesk.Civil.DatabaseServices.GeoEntity
                      Autodesk.Civil.DatabaseServices.MatchLine

See Also