For a given host element get references to all the faces that host a divided surface
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<Reference> GetReferencesWithDividedSurfaces(
Element host
)
Parameters
- host Element
-
The element that hosts the divided surfaces
Return Value
IList<Reference>
References that host a divided surface
Exceptions
See Also
Reference