2021 Class
Changes 0
C

IntegerParameterValue

Description:
A class that holds an Integer value of a parameter element.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ParameterValue
    Autodesk.Revit.DB.IntegerParameterValue
Name Return Type Description Inherited From
C IntegerParameterValue() None Default constructor
C IntegerParameterValue(Int32) 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 int The stored value
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. ParameterValue