Revit 2023 API |
ScheduleFilter..::..SetValue Method (Int32) |
ScheduleFilter Class See Also |
Set the filter value to an integer.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
C# |
---|
public void SetValue( int value ) |
Visual Basic |
---|
Public Sub SetValue ( _ value As Integer _ ) |
Visual C++ |
---|
public: void SetValue( int value ) |
Parameters
- value
- Type: System..::..Int32
The filter value.