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