Click or drag to resize
XDL

XRSMetaDataGetValue Method (String)

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

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

Parameters

strKey
Type: SystemString
[In] Domain 이름.

Return Value

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