RVTDocs.com
Namespace: Autodesk.Revit.DB

ParameterValueProvider

Class
Description:
Gets the value of a parameter from any element passed to getStringValue, getDoubleValue, getIntegerValue, or getElementIdValue.
Remarks:
For any parameter, only one of isStringValueSupported, isDoubleValueSupported, isIntegerValueSupported, isElementIdValueSupported will return true. No attempt to convert between types is made. For example, calling getStringValue, passing the identifier of a numeric-typed parameter will give an empty string. No exception will be thrown, and ParameterValueProvider will not attempt to convert the numeric value to a string.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.FilterableValueProvider
    Autodesk.Revit.DB.ParameterValueProvider
Syntax
public class ParameterValueProvider : FilterableValueProvider