Click or drag to resize
XDL

XRSMetaDataGetValue(String) Method

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

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

Parameters

strKey  String
[In] Domain 이름.

Return Value

String
Key에 해당하는 Value.
See Also