Share

SpatialElementGeometryResults.GetBoundaryFaceInfo Method

Query the spatial element boundary face information with the given face.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public IList<SpatialElementBoundarySubface> GetBoundaryFaceInfo(
	Face face
)

Parameters

face  Face
The face from the spatial element's geometry.

Return Value

IList<SpatialElementBoundarySubface>
Sub-faces related to the room bounding elements that define the spatial element face. Returns nullptr if there is no corresponding boundary information with the given face.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?