RemoveParameterSet

virtual bool IApplyParameterSet::RemoveParameterSet(PParameterSet parameterSet) = 0

Removes the specified parameter set from the collection.

Parameters

parameterSet – Parameter set to remove from the collection.

Returns

bool – True when the parameter set is removed, false if it does not occur in the collection.

Throws