RVTDocs.com

ColorFillSchemeEntry.CanSetValue(Double)

Method
Description:
Checks whether of entry is Double and the value is no less than 0.0.
Syntax
public bool CanSetValue(
	double value
)
Parameters
Parameter Type Description
value Double New Double value.
Return Value
Type Description
Boolean True if of the entry is Double and the value is finite, false otherwise.