Query the spatial element boundary face information with the given face.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2012
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- face
- Type: Autodesk.Revit.DBFace
The face from the spatial element's geometry.
Return Value
Sub-faces related to the room bounding elements that define the spatial element face. Returns a null reference (Nothing in Visual Basic) if there is no corresponding boundary information with the given face.Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |