Given a face, tell if it is a side face.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
Boolean
See Also