Revit 2026 API
Schedule |
In a note block schedule, the ID of the Generic Annotation family
displayed by the schedule.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId FamilyId { get; }
Public ReadOnly Property FamilyId As ElementId Get
public: property ElementId^ FamilyId { ElementId^ get (); }
member FamilyId : ElementId with get
Property Value
ElementId
A note block is a schedule of the Generic Annotations category
that shows elements of a single family rather than all elements
in the category.
See Also