RVTDocs.com

FilterableValueProvider.IsDoubleValueSupported

Method
Description:
Determines whether the provide can provide a double-precision numeric value for the given element.
Syntax
public bool IsDoubleValueSupported(
	Element element
)
Parameters
Parameter Type Description
element Element The element to query.
Return Value
Type Description
Boolean True if the provider can return a double-precision numeric value for the given element, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null