2024 Class
Changes 0
C

ParameterValue

Description:
A class that holds a value of a parameter element.
Remarks:
This is a non-instantiable base class. Classes that actually store a value of a certain type are all derived from this base class, once class per each value type.
public class ParameterValue : IDisposable
Name Return Type Description
M Copy() ParameterValue Makes an identical copy of the given parameter value.
M Dispose() None Releases all resources used by the
M IsEqual(ParameterValue) bool Tests equality with another instance of the same class.
M IsSameType(ParameterValue) bool Tests another instance is of the same value type.
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.