<Code Lib>
2025 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
)

  • document
    The document.
  • concreteHostElementId
    The elementId to check.
Return Value Boolean True if the element is a valid host for fabric sheet, false otherwise.

Loading…