Gets the FaceRegions in the existing face.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<Reference> GetFaceRegions(
Document cda,
Reference referenceOfFace
)
Parameters
- cda Document
-
The Document.
- referenceOfFace Reference
-
The Reference of the existing face.
Return Value
IList<Reference>
The FaceRegions in the existing face, or an empty collection if no FaceRegions are found.
Exceptions
See Also
Reference