Share

Application.NewPointOnEdgeEdgeIntersection Method

Construct a PointOnEdgeEdgeIntersection object which is used to define the placement of a ReferencePoint given two references to edge.


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

Syntax

C#

public PointOnEdgeEdgeIntersection NewPointOnEdgeEdgeIntersection(
	Reference edgeReference1,
	Reference edgeReference2
)

Parameters

edgeReference1  Reference
The first edge reference.
edgeReference2  Reference
The second edge reference.

Return Value

PointOnEdgeEdgeIntersection
A new PointOnEdgeEdgeIntersection object.

Exceptions

ExceptionCondition
ArgumentNullException Thrown when the input argument edgeReference1 or edgeReference2 is nullptr.

See Also

Reference

Was this information helpful?