Method HasValue
HasValue(ElementId)
Tells whether a parameter has a value.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
bool HasValue(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the parameter to analyze. |
Returns
| Type | Description |
|---|---|
| bool | The parameter has a value. |
Remarks
This method is available since v7.6.