ParameterValue
Description:
A class that holds a value of a parameter element.
A class that holds a value of a parameter element.
Remarks:
This is a non-instantiable base class. Classes that actually store a value of a certain type are all derived from this base class, once class per each value type.
This is a non-instantiable base class. Classes that actually store a value of a certain type are all derived from this base class, once class per each value type.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ParameterValue
Autodesk.Revit.DB.DoubleParameterValue
Autodesk.Revit.DB.ElementIdParameterValue
Autodesk.Revit.DB.IntegerParameterValue
Autodesk.Revit.DB.NullParameterValue
Autodesk.Revit.DB.StringParameterValue
System.Object
Autodesk.Revit.DB.ParameterValue
Autodesk.Revit.DB.DoubleParameterValue
Autodesk.Revit.DB.ElementIdParameterValue
Autodesk.Revit.DB.IntegerParameterValue
Autodesk.Revit.DB.NullParameterValue
Autodesk.Revit.DB.StringParameterValue
public class ParameterValue : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Copy() | ParameterValue | Makes an identical copy of the given parameter value. |
| Dispose() | None | Releases all resources used by the |
| IsEqual(ParameterValue) | bool | Tests equality with another instance of the same class. |
| IsSameType(ParameterValue) | bool | Tests another instance is of the same value type. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |