ColorFillSchemeEntry.CanSetValue(Double)
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
StorageType
True if StorageType of the entry is Double and the value is finite, false otherwise.
No comments yet. Start the discussion.
Loading…