<Code Lib>
2024 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() ElementIdParameterValue Default constructor
C ElementIdParameterValue(ElementId) ElementIdParameterValue 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

Loading…