EvaluatedParameter Properties
| 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. |