Click or drag to resize
XDL

XDMBandConvDataTypeSetInputParam Method

데이터형식을 변환하기 위한 입력 파라미터를 설정.

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

Parameters

param
Type: Pixoneer.NXDL.NRSXBandParamConvDataType
[In] XBandParamConvDataType 객체.

Return Value

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