Revit 2026 API
ApplicationNew |
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.0.4.0 (26.0.4.0)
Syntax
public PointOnEdgeEdgeIntersection NewPointOnEdgeEdgeIntersection( Reference edgeReference1, Reference edgeReference2 )
Public Function NewPointOnEdgeEdgeIntersection ( edgeReference1 As Reference, edgeReference2 As Reference ) As PointOnEdgeEdgeIntersection
public: PointOnEdgeEdgeIntersection^ NewPointOnEdgeEdgeIntersection( Reference^ edgeReference1, Reference^ edgeReference2 )
member NewPointOnEdgeEdgeIntersection : edgeReference1 : Reference * edgeReference2 : Reference -> PointOnEdgeEdgeIntersection
Parameters
Return Value
PointOnEdgeEdgeIntersectionA new PointOnEdgeEdgeIntersection object.

Exception | Condition |
---|---|
ArgumentNullException | Thrown when the input argument edgeReference1 or edgeReference2 is . |
See Also