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