2021 Method
Changes 0
M

Parameter.ClearValue

Description:
Clears the parameter to its initial value.
Remarks:
This method will only succeed for Shared parameters that have their HideWhenNoValue property set to true.
public bool ClearValue()
bool The ClearValue method will return True if the parameter was successfully cleared to its initial value, otherwise false.