| Revit Preview Release API |
| Subelement..::..HasParameter Method |
| Subelement Class See Also |
Checks if this subelement have given parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2018
Syntax
| C# |
|---|
public bool HasParameter( ElementId parameterId ) |
| Visual Basic |
|---|
Public Function HasParameter ( _ parameterId As ElementId _ ) As Boolean |
| Visual C++ |
|---|
public: bool HasParameter( ElementId^ parameterId ) |
Parameters
- parameterId
- Type: Autodesk.Revit.DB..::..ElementId
Parameter id.
Return Value
True if %parameterId% identifies valid parameter of this subelement, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |