<Code Lib>
2023 Method
Changes 0
M

FabricSheet.IsValidHost(Document, ElementId)

Description:
Checks whether an element is a valid host for fabric sheet.
Overloads (2):
IsValidHost(Document,ElementId)

public static bool IsValidHost(
	Document document,
	ElementId concreteHostElementId
)

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

Loading…