FilterableValueProvider
Description:
Defines the interface for classes that extract values from elements in a Revit project for testing against filter rules.
Defines the interface for classes that extract values from elements in a Revit project for testing against filter rules.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.FilterableValueProvider
Autodesk.Revit.DB.ParameterValueProvider
System.Object
Autodesk.Revit.DB.FilterableValueProvider
Autodesk.Revit.DB.ParameterValueProvider
public class FilterableValueProvider : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetAssociatedGlobalParameterValue(Element) | ElementId | Gets a global parameter value associated with a parameter from the given element. |
| GetDoubleValue(Element) | double | Gets a double-precision numeric value from the given element. |
| GetElementIdValue(Element) | ElementId | Gets an ElementId value from the given element. |
| GetIntegerValue(Element) | int | Gets an integer value from the given element. |
| GetStringValue(Element) | string | Gets a string value from the given element. |
| IsDoubleValueSupported(Element) | bool | Determines whether the provide can provide a double-precision numeric value for the given element. |
| IsElementIdValueSupported(Element) | bool | Determines whether the provide can provide an ElementId value for the given element. |
| IsIntegerValueSupported(Element) | bool | Determines whether the provide can provide an integer value for the given element. |
| IsStringValueSupported(Element) | bool | Determines whether the provide can provide a string value for the given element. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |