2021 Class
Changes 6
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
C EdgeEndPoint(EdgeEndPoint) None Creates a copy of the given EdgeEndPoint instance.
C EdgeEndPoint(Edge, Int32) None Constructs an instance of EdgeEndPoint.
Name Return Type Description
M Dispose() None Releases all resources used by the
M Equals(EdgeEndPoint) bool Determines whether this EdgeEndPoint is equal to another.
M Evaluate() XYZ Evaluate the end point of the edge in 3d coordinates.
Name Return Type Description
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 bool Specifies whether the .NET object represents a valid Revit entity.