Revit 2025.3 API
Divided |
For a given host element get references to all the faces that host a divided surface
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static IList<Reference> GetReferencesWithDividedSurfaces( Element host )
Public Shared Function GetReferencesWithDividedSurfaces ( host As Element ) As IList(Of Reference)
public: static IList<Reference^>^ GetReferencesWithDividedSurfaces( Element^ host )
static member GetReferencesWithDividedSurfaces : host : Element -> IList<Reference>
Parameters
- host Element
- The element that hosts the divided surfaces
Return Value
IListReferenceReferences that host a divided surface
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also