Important: The information in this document is obsolete and should not be used for new development.
IParameterSet
Initializes this parameter set.
void IParameterSet ();DISCUSSION
You call this method to initialize a newly createdParameterSetobject.If you subclass
ParameterSetand override this method, your override must call its inherited method.