Click or drag to resize
XDL

XRSMetaDataSetValue(String, String) Method

특정 Key에 해당하는 Value값을 설정한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void SetValue(
	string strKey,
	string strValue
)

Parameters

strKey  String
[In] Key 이름.
strValue  String
[In] Key에 해당하는 Value값.
See Also