EdgeGetEndPointReference Method |
Returns a stable reference to the start or the end point of the edge.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic Reference GetEndPointReference(
int index
)
Public Function GetEndPointReference (
index As Integer
) As Reference
public:
Reference^ GetEndPointReference(
int index
)
member GetEndPointReference :
index : int -> Reference
Parameters
- index Int32
- Use 0 for the start point; 1 for the end point.
Return Value
ReferenceReference to the point or
if reference cannot be obtained.
Exceptions
See Also