ColorFillSchemeEntry.SetStringValue
Description:
Sets new String value of entry.
Sets new String value of entry.
Remarks:
This method should only be used if the StorageType property reports the type of the entry as a String. New value should be not empty and valid for Revit name.
This method should only be used if the StorageType property reports the type of the entry as a String. New value should be not empty and valid for Revit name.
public void SetStringValue(
string value
)
-
Stringvalue
-
A non-optional argument was null
-
The entry has different storage type with String, or the value is empty, or contains forbidden characters.