|
XRSMetaDataSetValue(String, String) Method
|
특정 Key에 해당하는 Value값을 설정한다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic void SetValue(
string strKey,
string strValue
)
Parameters
- strKey String
- [In] Key 이름.
- strValue String
- [In] Key에 해당하는 Value값.
See Also