AnalysisDisplayColorEntryHasValue Method

Check if color entry has associated value.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasValue()

Return Value

Boolean
True if entry has a value associated with it, false otherwise.
See Also