Obtains the current parameter value of this subelement given a parameter id.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2018
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- parameterId
- Type: Autodesk.Revit.DBElementId
Parameter id.
Return Value
Parameter value.Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsArgumentException | parameterId does not identify a valid parameter of this subelement. |
| Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |