2027 Method
Changes 8
M

AnnotationFamilyUtils.SetIsExcludedFromLeaderOutline

Description:
Sets 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 void SetIsExcludedFromLeaderOutline(
	Element element,
	bool isExcluded
)
  • element
    The element to set.
  • Boolean
    isExcluded
    Pass true to exclude the element from the leader outline, false otherwise.