Click or drag to resize
XDL

XRSMetaDataRemoveKey Method

특정 Key를 삭제한다..

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

Parameters

strKey  String
[In] Key 이름.
strDomain  String
[In] Domain 이름.

Return Value

Boolean
삭제되면 true를, 그렇지 않으면 false를 반환한다.
See Also