Write-only
About Differential IQ

DeleteParameter Method


Description

Deletes the named parameter.

 VB Syntax

DIQ.DeleteParameter (name)

Variable

(Type) - Description

DIQ

A DIQ Object

name

(String) Parameter name that was used when the parameter was created.

Return Type

Not Applicable

Default

Not Applicable

Examples

diq.DeleteParameter "myNewParam"

See example program

C++ Syntax

HRESULT DeleteParameter (BSTR name);

Interface

IDIQ