Click or drag to resize
XDL

XRasterIOSetConfigOption Method

드라이버의 설정 옵션을 변경한다.

Namespace:  Pixoneer.NXDL.NIO
Assembly:  NXDLio (in NXDLio.dll) Version: 2.0.3.31
Syntax
C#
public bool SetConfigOption(
	string strDriverKey,
	string strKey,
	string strValue
)

Parameters

strDriverKey
Type: SystemString
설정할 드라이버 키워드 ( ex: XRSFileBuiltInDriver, XDLioExtBaseDriver, XDLioJP2Driver, XDLioKOMPSAT5Driver, ... )
strKey
Type: SystemString
설정할 옵션명
strValue
Type: SystemString
해당 옵션 값

Return Value

Type: Boolean
설정 성공 여부. 설정 옵션을 수용하는 드라이버가 하나라도 있으면 성공으로 본다.
See Also