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