2021 Members
Changes 4
M

ScheduleFilter

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ScheduleFilter
M Equals None (Inherited from Object .) Object .
M GetDoubleValue() The filter value. Gets the filter value for a filter using a double value.
M GetElementIdValue() The filter value. Gets the filter value for a filter using an ElementId value.
M GetHashCode None (Inherited from Object .) Object .
M GetIntegerValue() The filter value. Gets the filter value for a filter using an integer value.
M GetStringValue() The filter value. Gets the filter value for a filter using a string value.
M GetType None (Inherited from Object .) Object .
M SetNullValue() None Sets the filter to have no specified value (used for HasParameter filters).
M SetValue(Double) None Set the filter value to a double.
M SetValue(Int32) None Set the filter value to an integer.
M SetValue(String) None Set the filter value to a string.
M SetValue(ElementId) None Set the filter value to an ElementId.
M ToString None (Inherited from Object .) Object .
Name Return Type Description Inherited From
P FieldId ScheduleFieldId The ID of the field used to filter the schedule.
P FilterType ScheduleFilterType The filter type.
P IsDoubleValue bool Indicates if the filter has a double value.
P IsElementIdValue bool Indicates if the filter has an ElementId value.
P IsIntegerValue bool Indicates if the filter has an integer value.
P IsNullValue bool Indicates if the filter has no specified value.
P IsStringValue bool Indicates if the filter has a string value.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.