| Read/Write | About Dynamic Uncertainty | 
| Description | Sets and returns the maximum number of points for which uncertainties are to be computed for subsequent calibrations that are performed using Dynamic Uncertainty. | 
| VB Syntax | uncertMan.MaximumUncertaintyPoints = value | 
| Variable | (Type) - Description | 
| uncertMan | An UncertaintyManager Object | 
| value | (Boolean) Max number of points. | 
| Return Type | Long Integer | 
| Default | 500 | 
| Examples | uncertMan.MaximumUncertaintyPoints = 201 | 
| C++ Syntax | HRESULT get_MaximumUncertaintyPoints([out,retval] long* pNumPoints); HRESULT put_MaximumUncertaintyPoints([in] long numPoints); | 
| Interface | IUncertaintyManager |