<Code Lib>
M

ColorFillSchemeEntry.CanSetValue(Double)

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
)

  • value
    New Double value.
Return Value Boolean True if StorageType of the entry is Double and the value is finite, false otherwise.

Loading…