2027 Class
Changes 4
C

EvaluatedParameter

Description:
Hold the evaluated and of a parameter.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.EvaluatedParameter
public class EvaluatedParameter : IDisposable
Name Return Type Description Inherited From
M AsValueString(Document) String Get the parameter value as a string with units.
M AsValueString(Document, FormatOptions) String Get the parameter value as a string with units.
M Dispose() None Releases all resources used by the EvaluatedParameter
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P Definition InternalDefinition Definition of the parameter.
P HasValue bool This property is true when the parameter value was successfully obtained, false otherwise.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P StorageType StorageType The storage type describes the type that is used internally within the parameter to store its value.
P Value ParameterValue Evaluated value of the parameter.