<Code Lib>
2027 Method
Changes 8
M

AnnotationFamilyUtils.IsExcludedFromLeaderOutline

Description:
Checks if the element is excluded from the annotation outline used by leaders.
Remarks:
This function controls the built-in parameter EXCLUDE_FROM_LEADER_OUTLINE.

public static bool IsExcludedFromLeaderOutline(
	Element element
)

  • element
    The element to check.
Return Value Boolean True if the element is excluded from the leader outline, false otherwise.

Loading…