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

PointOnPlane.SetPlaneReference

Method
Description:
Change the geometric plane reference.
Syntax
public void SetPlaneReference(
	Reference planeReference
)
Parameters
Parameter Type Description
planeReference Reference A reference to some plane in the document. (Note: the reference must satisfy IsValidPlaneReference(), but this is not checked until this PointOnPlane object is assigned to a ReferencePoint.)
Return Value