RVTDocs.com

FabricSheet.IsValidHost(Document, ElementId)

Method
Description:
Checks whether an element is a valid host for fabric sheet.
Syntax
public static bool IsValidHost(
	Document document,
	ElementId concreteHostElementId
)
Parameters
Parameter Type Description
document Document The document.
concreteHostElementId ElementId The elementId to check.
Return Value
Type Description
Boolean True if the element is a valid host for fabric sheet, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null