2026 Class
Changes 7
C

CurveOverlapPoint

Description:
A point of overlap of two curves and its type of overlap.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.CurveOverlapPoint
public class CurveOverlapPoint : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the CurveOverlapPoint
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P FirstParameter double The point's unnormalized parameter on the first curve.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P Point XYZ The 3D coordinate of the point.
P SecondParameter double The point's unnormalized parameter on the second curve.
P Type CurveOverlapPointType The type of overlap at the point.