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
kODTrueif the parameter is in the set; otherwise,kODFalse.DISCUSSION
You call this method to remove a parameter from aParameterSetobject. This method calls the destructor function associated with the parameter.SEE ALSO
TheParameterKeytype (page 171).
TheExtractParametermethod (page 393).
TheGetParametermethod (page 396).
ThePutParametermethod (page 397).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help