The constructors of DsiConstraintSelPath have been changed.
Old: public constructor auto(path, feature, option); public constructor auto(path, feature, option, checkedV); public constructor auto(path, feature, option, numV);
New: public constructor(str path, SFeature feature, Option option, DsiPDataOption dataOption, DsiPDataOption parentDataOption)
The following interfaces will be removed as part of the Component Tab and Component Tab Creator EOL effort:
class ProductCatalog
Removed: extend public void appendToolbox(str url)