2024 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
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
Name Return Type Description
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 bool 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.