ColorFillSchemeEntrySetStringValue Method |
Sets new String value of entry.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetStringValue(
string value
)
Public Sub SetStringValue (
value As String
)
public:
void SetStringValue(
String^ value
)
member SetStringValue :
value : string -> unit
Parameters
- value String
-
Exceptions
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.
See Also