Checks whether an element is a valid host for fabric sheet.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2013
Syntax
| C# |
|---|
public static bool IsValidHost(
Document document,
ElementId concreteHostElementId
) |
| Visual Basic |
|---|
Public Shared Function IsValidHost ( _
document As Document, _
concreteHostElementId As ElementId _
) As Boolean |
| Visual C++ |
|---|
public:
static bool IsValidHost(
Document^ document,
ElementId^ concreteHostElementId
) |
Return Value
True if the element is a valid host for fabric sheet, false otherwise.
Exceptions
See Also