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 | Inherited From |
|---|---|---|---|
| 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 EvaluatedParameter | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Definition | InternalDefinition | Definition of the parameter. | |
| HasValue | bool | This property is true when the parameter value was successfully obtained, false otherwise. | |
| IsValidObject | Boolean | 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. |