2025 Class
Changes 4
C

EdgeEndPoint

Description:
Represents the start or the end point of an Edge.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.EdgeEndPoint
public class EdgeEndPoint : IDisposable
Name Return Type Description Inherited From
C EdgeEndPoint(Edge, Int32) None Constructs an instance of EdgeEndPoint.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the EdgeEndPoint
M Equals(EdgeEndPoint) Boolean Determines whether this EdgeEndPoint is equal to another.
M Equals(Object) None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M Evaluate() XYZ Evaluate the end point of the edge in 3d coordinates.
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 Edge Edge The Edge.
P Index int The index of the start or the end point of an Edge: 0 is the start point, 1 is the end point.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.