Click or drag to resize
XDL

XRSMetaDataGetValue Method (String, String)

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

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public string GetValue(
	string strKey,
	string strDomain
)

Parameters

strKey
Type: SystemString
[In] Key 이름.
strDomain
Type: SystemString
[In] Domain 이름.

Return Value

Type: String
Key에 해당하는 Value.
See Also