Share

FabricSheet.IsValidHost(Element) Method

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


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static bool IsValidHost(
	Element host
)

Parameters

host  Element
The element to check.

Return Value

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

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?