RVTDocs.com

ColorFillSchemeEntry.SetDoubleValue

Method
Description:
Sets new Double value of entry.
Remarks:
You should only use this method if the StorageType property reports the type of the entry as a Double.
Syntax
public void SetDoubleValue(
	double value
)
Parameters
Parameter Type Description
value Double
Return Value
Exceptions
Exception Condition
InvalidOperationException The entry has different storage type with Double, or value is not finite.