RemoveParameter
Removes the specified parameter from this parameter set and calls the parameter's destructor.
ODBoolean RemoveParameter (in ParameterKey key);
key
- The name of the parameter to remove.
- return value
-
kODTrue if the parameter is in the set; otherwise, kODFalse.
DISCUSSION
You call this method to remove a parameter from a ParameterSet object. This method calls the destructor function associated with the parameter.
SEE ALSO
The ParameterKey type (page 171).
The ExtractParameter method (page 393).
The GetParameter method (page 396).
The PutParameter method (page 397).