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