2022 Class
Changes 0
C

ElementIdParameterValue

Description:
A class that holds a ElementId value of a parameter element.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ParameterValue
    Autodesk.Revit.DB.ElementIdParameterValue
Name Return Type Description Inherited From
C ElementIdParameterValue() None Default constructor
C ElementIdParameterValue(ElementId) None Value constructor
Name Return Type Description Inherited From
M Copy() ParameterValue Makes an identical copy of the given parameter value. ParameterValue
M Dispose() None Releases all resources used by the ParameterValue
M IsEqual(ParameterValue) bool Tests equality with another instance of the same class. ParameterValue
M IsSameType(ParameterValue) bool Tests another instance is of the same value type. ParameterValue
Name Return Type Description Inherited From
P Value ElementId The stored value
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. ParameterValue