|
XRasterIOSetConfigOption Method
|
드라이버의 설정 옵션을 변경한다.
Namespace: Pixoneer.NXDL.NIOAssembly: NXDLio (in NXDLio.dll) Version: 2.0.3.38
Syntaxpublic bool SetConfigOption(
string strDriverKey,
string strKey,
string strValue
)
Parameters
- strDriverKey String
- 설정할 드라이버 키워드 ( ex: XRSFileBuiltInDriver, XDLioExtBaseDriver, XDLioJP2Driver, XDLioKOMPSAT5Driver, ... )
- strKey String
- 설정할 옵션명
- strValue String
- 해당 옵션 값
Return Value
Boolean 설정 성공 여부. 설정 옵션을 수용하는 드라이버가 하나라도 있으면 성공으로 본다.
See Also