Checks whether an element is a valid host for fabric sheet.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public static bool IsValidHost( Document document, ElementId concreteHostElementId )
Parameters
Return Value
BooleanTrue if the element is a valid host for fabric sheet, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
