EvaluatedParameter Class

Hold the evaluated ParameterValue and Definition of a parameter.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBEvaluatedParameter

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class EvaluatedParameter : IDisposable

The EvaluatedParameter type exposes the following members.

Properties
 NameDescription
Public propertyDefinition Definition of the parameter.
Public propertyHasValue This property is true when the parameter value was successfully obtained, false otherwise.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyStorageType The storage type describes the type that is used internally within the parameter to store its value.
Public propertyValue Evaluated value of the parameter.
Top
Methods
 NameDescription
Public methodAsValueString(Document) Get the parameter value as a string with units.
Public methodAsValueString(Document, FormatOptions) Get the parameter value as a string with units.
Public methodDisposeReleases all resources used by the EvaluatedParameter
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also