ColorFillSchemeEntry.CanSetValue
Description:
Checks whether of entry is Double and the value is no less than 0.0.
Checks whether of entry is Double and the value is no less than 0.0.
Overloads (3):
public bool CanSetValue(
double value
)
-
DoublevalueNew Double value.
Return Value
Boolean
True if StorageType of the entry is Double and the value is finite, false otherwise.