Determines where pipes and structures intersect or are too close to each other, and holds a collection of the resulting interferences (Interference).

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

Syntax

C#
public sealed class InterferenceCheck : GeoEntity
Visual Basic
Public NotInheritable Class InterferenceCheck _
	Inherits GeoEntity
Visual C++
public ref class InterferenceCheck 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..::..InterferenceCheck

See Also