ScheduleFilter Members

The ScheduleFilter type exposes the following members.

Constructors

Methods

  NameDescription
Public methodDispose
Releases all resources used by the ScheduleFilter
Public methodEquals (Inherited from Object.)
Public methodGetDoubleValue
Gets the filter value for a filter using a double value.
Public methodGetElementIdValue
Gets the filter value for a filter using an ElementId value.
Public methodGetHashCode (Inherited from Object.)
Public methodGetIntegerValue
Gets the filter value for a filter using an integer value.
Public methodGetStringValue
Gets the filter value for a filter using a string value.
Public methodGetType (Inherited from Object.)
Public methodSetNullValue
Sets the filter to have no specified value (used for HasParameter filters).
Public methodSetValue(Double)
Set the filter value to a double.
Public methodSetValue(Int32)
Set the filter value to an integer.
Public methodSetValue(String)
Set the filter value to a string.
Public methodSetValue(ElementId)
Set the filter value to an ElementId.
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyFieldId
The ID of the field used to filter the schedule.
Public propertyFilterType
The filter type.
Public propertyIsDoubleValue
Indicates if the filter has a double value.
Public propertyIsElementIdValue
Indicates if the filter has an ElementId value.
Public propertyIsIntegerValue
Indicates if the filter has an integer value.
Public propertyIsNullValue
Indicates if the filter has no specified value.
Public propertyIsStringValue
Indicates if the filter has a string value.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also