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

Form.IsEndFace

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