2024 Members
Changes 4
M

ParameterValueProvider

Name Return Type Description Inherited From
M Dispose() None (Inherited from FilterableValueProvider .) FilterableValueProvider
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetAssociatedGlobalParameterValue(Element) ElementId Gets a global parameter value associated with a parameter from the given element. (Inherited from FilterableValueProvider .) FilterableValueProvider
M GetDoubleValue(Element) double Gets a double-precision numeric value from the given element. (Inherited from FilterableValueProvider .) FilterableValueProvider
M GetElementIdValue(Element) ElementId Gets an ElementId value from the given element. (Inherited from FilterableValueProvider .) FilterableValueProvider
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetIntegerValue(Element) int Gets an integer value from the given element. (Inherited from FilterableValueProvider .) FilterableValueProvider
M GetStringValue(Element) string Gets a string value from the given element. (Inherited from FilterableValueProvider .) FilterableValueProvider
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsDoubleValueSupported(Element) bool Determines whether the provide can provide a double-precision numeric value for the given element. (Inherited from FilterableValueProvider .) FilterableValueProvider
M IsElementIdValueSupported(Element) bool Determines whether the provide can provide an ElementId value for the given element. (Inherited from FilterableValueProvider .) FilterableValueProvider
M IsIntegerValueSupported(Element) bool Determines whether the provide can provide an integer value for the given element. (Inherited from FilterableValueProvider .) FilterableValueProvider
M IsStringValueSupported(Element) bool Determines whether the provide can provide a string value for the given element. (Inherited from FilterableValueProvider .) FilterableValueProvider
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. (Inherited from FilterableValueProvider .) FilterableValueProvider
P Parameter ElementId The parameter used to provide a string, integer, double-precision, or ElementId value on request for a given element.