FabricSheet.IsValidHost(Document, ElementId)
Method
Description:
Checks whether an element is a valid host for fabric sheet.
Checks whether an element is a valid host for fabric sheet.
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 |