RVTDocs.com

ColorFillSchemeEntry.SetIntegerValue

Method
Description:
Sets new Integer value of entry.
Remarks:
You should only use this method if the StorageType property reports the type of the entry as a Integer.
Syntax
public void SetIntegerValue(
	int value
)
Parameters
Parameter Type Description
value Int32
Return Value
Exceptions
Exception Condition
InvalidOperationException The entry has different storage type with Integer.