2021 Class
Changes 0
C

DoubleParameterValue

Description:
A class that holds a Double value of a parameter element.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ParameterValue
    Autodesk.Revit.DB.DoubleParameterValue
Name Return Type Description Inherited From
C DoubleParameterValue() None Default constructor
C DoubleParameterValue(Double) None Value constructor
Name Return Type Description Inherited From
M Copy() ParameterValue Makes an identical copy of the given parameter value. ParameterValue
M Dispose() None Releases all resources used by the ParameterValue
M IsEqual(ParameterValue) bool Tests equality with another instance of the same class. ParameterValue
M IsSameType(ParameterValue) bool Tests another instance is of the same value type. ParameterValue
Name Return Type Description Inherited From
P Value double The stored value
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. ParameterValue