CanAddParams

bool CanAddParams(this Element element)

True when project parameters can be bound to the element's category.

Parameters

  • elementElement

    The element instance.

Returns: True if bound parameters are allowed; otherwise false.

Example

bool ok = element.CanAddParams();