ColorFillScheme.CanDefineByRange Method

ColorFillSchemeCanDefineByRange Method

Checks whether the scheme entries can be explained by range.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool CanDefineByRange()
Public Function CanDefineByRange As Boolean
public:
bool CanDefineByRange()
member CanDefineByRange : unit -> bool 

Return Value

Boolean
Returns true ifthe scheme entries can be explained by range, false otherwise.
See Also