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

PointOnFace.SetFaceReference

Method
Description:
Change the face reference.
Remarks:
The referenced element may be any model element, including FamilyInstance or FormElement. The reference must be of type ElementReferenceType.REFERENCE_TYPE_SURFACE, and the surface must be of type Plane. The Reference's UVPoint property is ignored.
Syntax
public void SetFaceReference(
	Reference reference
)
Parameters
Parameter Type Description
reference Reference
Return Value