Revit 2026 API
FormIs |
Given a face, tell if it is a beginning cap face.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsBeginningFace( Reference faceReference )
Public Function IsBeginningFace ( faceReference As Reference ) As Boolean
public: bool IsBeginningFace( Reference^ faceReference )
member IsBeginningFace : faceReference : Reference -> bool
Parameters
- faceReference Reference
- The reference of the face to be checked.
Return Value
BooleanSee Also