AnnotationFamilyUtils Class

Utility functions for elements in annotation families.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBAnnotationFamilyUtils

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public static class AnnotationFamilyUtils

The AnnotationFamilyUtils type exposes the following members.

Methods
 NameDescription
Public methodStatic memberHasExcludeFromLeaderOutline Checks if the element supports the EXCLUDE_FROM_LEADER_OUTLINE parameter.
Public methodStatic memberHasLeaderSnapReference Checks if the element supports the LEADER_SNAP_REFERENCE parameter.
Public methodStatic memberIsExcludedFromLeaderOutline Checks if the element is excluded from the annotation outline used by leaders.
Public methodStatic memberIsLeaderSnapReference Checks if the element is a leader snap reference for annotation leader snapping.
Public methodStatic memberSetIsExcludedFromLeaderOutline Sets if the element is excluded from the annotation outline used by leaders.
Public methodStatic memberSetIsLeaderSnapReference Sets if the element is a leader snap reference for annotation leader snapping.
Top
See Also