Revit 2018 API |
Subelement..::..GetParameterValue Method |
Subelement Class See Also |
Obtains the current parameter value of this subelement given a parameter id.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since:
2018
Syntax
C# |
---|
public ParameterValue GetParameterValue( ElementId parameterId ) |
Visual Basic |
---|
Public Function GetParameterValue ( _ parameterId As ElementId _ ) As ParameterValue |
Visual C++ |
---|
public: ParameterValue^ GetParameterValue( ElementId^ parameterId ) |
Parameters
- parameterId
- Type: Autodesk.Revit.DB..::..ElementId
Parameter id.
Return Value
Parameter value.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | parameterId does not identify a valid parameter of this subelement. |
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |