2023 Members
Changes 4
M

ScheduleFilter

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ScheduleFilter
M Equals None Determines whether the specified Object is equal to the current Object . (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 Serves as a hash function for a particular type. (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 Gets the Type of the current instance. (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 Returns a string that represents the current object. (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.