Click or drag to resize
XDL

XDMBandChangeDetectSigSetInputParam Method

2장의 Signature 영상(XGIS Band)에 대한 변화탐지를 수행하기 위한 파라미터를 정의한 XBandParamChangeDetectSig객체를 설정한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool SetInputParam(
	ref XBandParamChangeDetectSig param
)

Parameters

param
Type: Pixoneer.NXDL.NRSXBandParamChangeDetectSig
[In] XBandParamChangeDetectSig객체

Return Value

Type: Boolean
성공이면 ture, 실패면 false
See Also