ParameterSets

IDictionary<string, ILockableParameterSet> IRobot.ParameterSets { get; }

Gets the collection of lockable parameter sets of this robot.

Value

IDictionary<string, ILockableParameterSet> – Collection of parameter sets of this robot.

Throws