Share

ColorFillSchemeEntry.SetDoubleValue Method

Sets new Double value of entry.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public void SetDoubleValue(
	double value
)

Parameters

value  Double
 

Exceptions

ExceptionCondition
InvalidOperationException The entry has different storage type with Double, or value is not finite.

Remarks

You should only use this method if the StorageType property reports the type of the entry as a Double.

See Also

Reference

Was this information helpful?