Revit 2025 API
Color |
Returns the id of color fill category that this legend is created for.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementId ColorFillCategoryId { get; }
Public ReadOnly Property ColorFillCategoryId As ElementId Get
public: property ElementId^ ColorFillCategoryId { ElementId^ get (); }
member ColorFillCategoryId : ElementId with get
Property Value
ElementIdSee Also