Important: The information in this document is obsolete and should not be used for new development.
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 aParameterSet
object. This method calls the destructor function associated with the parameter.SEE ALSO
TheParameterKey
type (page 171).
TheExtractParameter
method (page 393).
TheGetParameter
method (page 396).
ThePutParameter
method (page 397).