Revit 2026 API
Color |
Represents the id of AreaScheme of area plan views that this scheme could be applied to.
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
ElementId
Only meaningful if the CategoryId is OST_Areas.
See Also