Difference between ParameterSet and ParameterMap?

Hello,

… can i see that as “get” and “Set” values? or means “map” like copy something …

KR

Andreas

Hopefully somebody else will elaborate or correct me if I’m wrong.

I believe Parameters returns a list of the actual parameter objects which can make looping or searching slower with larger data sets. ParametersMap returns a “map” of the element’s parameters (from which the actual parameter object can still be selected) which makes iterating quicker when browsing multiple parameters.

ParametersMap is essentially just a performance increase when dealing with a lot of parameters or for when the parameters aren’t being modified.

1 Like