EdgeEndPoint
Description:
Represents the start or the end point of an Edge.
Represents the start or the end point of an Edge.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.EdgeEndPoint
System.Object
Autodesk.Revit.DB.EdgeEndPoint
public class EdgeEndPoint : IDisposable
| Name | Return Type | Description |
|---|---|---|
| EdgeEndPoint(EdgeEndPoint) | None | Creates a copy of the given EdgeEndPoint instance. |
| EdgeEndPoint(Edge, Int32) | None | Constructs an instance of EdgeEndPoint. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Equals(EdgeEndPoint) | bool | Determines whether this EdgeEndPoint is equal to another. |
| Evaluate() | XYZ | Evaluate the end point of the edge in 3d coordinates. |
| Name | Return Type | Description |
|---|---|---|
| Edge | Edge | The Edge. |
| Index | int | The index of the start or the end point of an Edge: 0 is the start point, 1 is the end point. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |