Method IsShowable
IsShowable(ElementId)
Tells whether a parameter has a value.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 18, 0, 0)]
bool IsShowable(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.18.