Fine方法
描述
指定並顯示目標點的定位準確度。
語法
Sub Fine (J1MaxErr As Integer, J2MaxErr As Integer, J3MaxErr As Integer, J4MaxErr As Integer , J5MaxErr As Integer, J6MaxErr As Integer [, J7MaxErr As Integer][, J8MaxErr As Integer] [, J9MaxErr As Integer])
參數
- J1MaxErr - J9MaxErr
介於0-32767的整數,代表各點允許的定位誤差。 關節7、8及9的值為選用。
另請參閱
Weight方法
Fine範例
VB 例:
m_spel.Fine(1000, 1000, 1000, 1000, 0, 0)
C# 例:
m_spel.Fine(1000, 1000, 1000, 1000, 0, 0);