Revit 2026 API
Schedule |
In an area schedule, the ID of the area scheme to display.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId AreaSchemeId { get; }
Public ReadOnly Property AreaSchemeId As ElementId Get
public: property ElementId^ AreaSchemeId { ElementId^ get (); }
member AreaSchemeId : ElementId with get
Property Value
ElementIdSchedules of the Areas category show area elements belonging to a single area scheme.
Key schedules of the Areas category apply to all area schemes, so they don't have an area scheme ID.
See Also