GetMinMaxBits example for Visual Basic

The following example retrieves the values for MinBit and MaxBit using GetMinMaxBits and writes the results.

     Lead1.GetMinMaxBits
     Text1.Text = CStr(Lead1.MinBit)
     Text2.Text = CStr(Lead1.MaxBit)