WeightType Enumeration lists possible LM fitter weight modes. It
is used only for WType parameter in the LMFit method of
IDMApplication and
IDMApplication2 interfaces.
| Name | Value | Description |
| wtEqual | 0 | Equal point weights, W parameter not used |
| wtRelative | 1 | Relative point weights placed in W parameter |
| wtAbsolute | 2 | Absolute point weights placed in W parameter |