 | XMIGSetParams Method |
지리적인 위치를 결정하기 위한 수렴조건을 설정한다.
Namespace:
Pixoneer.NXDL.NSM
Assembly:
NXDLsm (in NXDLsm.dll) Version: 1.2.817.72
Syntaxpublic void SetParams(
double ep,
int nIterMAx,
bool bDefault
)
Parameters
- ep
- Type: SystemDouble
[In] 수렴 조건 값. - nIterMAx
- Type: SystemInt32
[In] 수렴을 위한 최대 반복 횟수. - bDefault
- Type: SystemBoolean
[In] 기본값 사용 여부. true일 때, 설정한 값과 무관하게 기본값을 사용한다.
See Also