RVTDocs.com
Namespace: Autodesk.Revit.DB Class: PointOnEdge

PointOnEdge.SetEdgeReference

Method
Description:
Change the edge or curve reference.
Remarks:
The referenced element may be any model element, including FamilyInstance, FormElement, or CurveElement. The reference must be of type ElementReferenceType.REFERENCE_TYPE_LINEAR.
Syntax
public void SetEdgeReference(
	Reference reference
)
Parameters
Parameter Type Description
reference Reference
Return Value