Gets the FaceRegions in the existing face.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static IList<Reference> GetFaceRegions( Document cda, Reference referenceOfFace )
Parameters
Return Value
IList<Reference>The FaceRegions in the existing face, or an empty collection if no FaceRegions are found.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The Reference is not a Face Reference. |
ArgumentNullException | A non-optional argument was null |