SetValue Method (String)


Set the filter value to a string.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2013

Syntax

C#
public void SetValue(
	string string
)
Visual Basic
Public Sub SetValue ( _
	string As String _
)
Visual C++
public:
void SetValue(
	String^ string
)

Parameters

string
Type: SystemString
The filter value.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentNullException A non-optional argument was null

See Also