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

Form.IsSideFace

Method
Description:
Given a face, tell if it is a side face.
Syntax
public bool IsSideFace(
	Reference faceReference
)
Parameters
Parameter Type Description
faceReference Reference The reference of the face to be checked.
Return Value