2027 Class
Changes 8
C

AnnotationFamilyUtils

Description:
Utility functions for elements in annotation families.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.AnnotationFamilyUtils
public static class AnnotationFamilyUtils
Name Return Type Description
M HasExcludeFromLeaderOutline(Element) Boolean Checks if the element supports the EXCLUDE_FROM_LEADER_OUTLINE parameter.
M HasLeaderSnapReference(Element) Boolean Checks if the element supports the LEADER_SNAP_REFERENCE parameter.
M IsExcludedFromLeaderOutline(Element) Boolean Checks if the element is excluded from the annotation outline used by leaders.
M IsLeaderSnapReference(Element) Boolean Checks if the element is a leader snap reference for annotation leader snapping.
M SetIsExcludedFromLeaderOutline(Element, Boolean) None Sets if the element is excluded from the annotation outline used by leaders.
M SetIsLeaderSnapReference(Element, Boolean) None Sets if the element is a leader snap reference for annotation leader snapping.