Checks whether an element is a valid host for fabric sheet.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsValidHost(
Document document,
ElementId concreteHostElementId
)
Parameters
- document Document
-
The document.
- concreteHostElementId ElementId
-
The elementId to check.
Return Value
Boolean
True if the element is a valid host for fabric sheet, false otherwise.
Exceptions
See Also
Reference