IsValidHost Method (Element)


Checks whether an element is a valid host for fabric sheet.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Since: 2013

Syntax

C#
public static bool IsValidHost(
	Element host
)
Visual Basic
Public Shared Function IsValidHost ( _
	host As Element _
) As Boolean
Visual C++
public:
static bool IsValidHost(
	Element^ host
)

Parameters

host
Type: Autodesk.Revit.DB Element
The element to check.

Return Value

True if the element is a valid host for fabric sheet, false otherwise.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentNullException A non-optional argument was NULL

See Also