RVTDocs.com

PointOnEdgeEdgeIntersection.SetEdgeReference1

Method
Description:
Change the first edge or curve reference.
Remarks:
The referenced element may be any model element, including FamilyInstance, FormElement, or NonPlanarSketch. The reference must be of type ElementReferenceType.REFERENCE_TYPE_LINEAR, and it must correspond to a straight line.
Syntax
public void SetEdgeReference1(
	Reference edgeReference
)
Parameters
Parameter Type Description
edgeReference Reference
Return Value