Share

Form.GetCurvesAndEdgesReference Method

Given a point, return all edges and curves that it is lying on.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public ReferenceArray GetCurvesAndEdgesReference(
	Reference pointReference
)

Parameters

pointReference  Reference
The reference of a point.

Return Value

ReferenceArray
Reference array containing all edges and curves that the point is lying on.

See Also

Reference

Was this information helpful?