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

PointOnPlane.IsValidPlaneReference

Method
Description:
Check whether a geometry reference corresponds to a referenceable plane.
Remarks:
Valid plane references include: planar faces of solids; the PlaneReference properties of Level and SketchPlane; the Reference property of ReferencePlane.
Syntax
public static bool IsValidPlaneReference(
	Document doc,
	Reference planeReference
)
Parameters
Parameter Type Description
doc Document
planeReference Reference
Return Value