M

ColorFillSchemeEntry.CanSetValue

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