EvaluatedParameter
Description:
Hold the evaluated and of a parameter.
Hold the evaluated and of a parameter.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.EvaluatedParameter
System.Object
Autodesk.Revit.DB.EvaluatedParameter
public class EvaluatedParameter : IDisposable
| Name | Return Type | Description |
|---|---|---|
| AsValueString(Document) | string | Get the parameter value as a string with units. |
| AsValueString(Document, FormatOptions) | string | Get the parameter value as a string with units. |
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| Definition | InternalDefinition | Definition of the parameter. |
| HasValue | bool | This property is true when the parameter value was successfully obtained, false otherwise. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| StorageType | StorageType | The storage type describes the type that is used internally within the parameter to store its value. |
| Value | ParameterValue | Evaluated value of the parameter. |