Write-only |
About Differential IQ |
Description |
Deletes the named parameter. |
VB Syntax |
DIQ.DeleteParameter (name) |
Variable |
(Type) - Description |
DIQ |
|
name |
(String) Parameter name that was used when the parameter was created. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
diq.DeleteParameter "myNewParam" |
C++ Syntax |
HRESULT DeleteParameter (BSTR name); |
Interface |
IDIQ |