Revit 2025.3 API
Spatial |
Returns the face of the spatial element's 3D geometry.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Face GetSpatialElementFace()
Public Function GetSpatialElementFace As Face
public: Face^ GetSpatialElementFace()
member GetSpatialElementFace : unit -> Face
Return Value
FaceThe face of the spatial element's 3D geometry.
See Also