Method IsReadOnly
IsReadOnly(ParameterId)
Checks if the given parameter can be modified or not.
Some parameters are computed and only readable. Others can be modified to change the element owner behavior. If modifiable, a parameter value can be changed with SetValue functions.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
bool IsReadOnly(ParameterId inParameterId)
Parameters
| Type | Name | Description |
|---|---|---|
| ParameterId | inParameterId | Parameter to check. |
Returns
| Type | Description |
|---|---|
| bool | True if a SetValue function can be called to change its value. |