This function returns a different value depending on the parameter(s) passed to the call:
If CB.GetLockFitParm is called with only the distribution index, it returns a boolean indicating whether locking is On or Off for that distribution.
If CB.GetLockFitParm is called with a distribution index and a parameter index, it returns the value of the locked parameter (if it is locked) or cbParmUndefined (if the parameter is not locked but can be locked or if the distribution and parameter combination is invalid for parameter locking).
CB.GetLockFitParm has the parameters shown in Table 127.
Table 127. CB.GetLockFitParm Parameters
Distribution name constants as listed in Table 53. Valid distributions are: gamma, lognormal, Student’s t, Weibull, binomial, and hypergeometric. | |||
See Table 53. Valid distribution and parameter combinations are: | Returns the locked value setting for the specified distribution/parameter combination. If the value has been cleared or the combination is not valid, cbParmUndefined is returned. |