IsAnnotationCategory

bool IsAnnotationCategory(this Element element)

True if the element belongs to an annotation category.

Parameters

  • elementElement

    The element instance.

Returns: True/False.

Example

bool x = element.IsAnnotationCategory();