Share

EvaluatedParameter Class

Hold the evaluated ParameterValue and Definition of a parameter.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.EvaluatedParameter


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

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.

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)

See Also

Reference

Was this information helpful?