Given a face, tell if it is an end cap face.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsEndFace(
Reference faceReference
)
Public Function IsEndFace (
faceReference As Reference
) As Boolean
public:
bool IsEndFace(
Reference^ faceReference
)
member IsEndFace :
faceReference : Reference -> bool
Parameters
- faceReference Reference
- The reference of the face to be checked.
Return Value
Boolean
See Also