Revit 2022.1 API |
ColorFillSchemeEntry..::..IsInUse Property |
ColorFillSchemeEntry Class See Also |
Represents if there exists at least one element colored based on this entry in the document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2022
Syntax
C# |
---|
public bool IsInUse { get; } |
Visual Basic |
---|
Public ReadOnly Property IsInUse As Boolean Get |
Visual C++ |
---|
public: property bool IsInUse { bool get (); } |