|
XRSMetaDataRemoveKey Method
|
특정 Key를 삭제한다..
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic bool RemoveKey(
string strKey,
string strDomain
)
Parameters
- strKey String
- [In] Key 이름.
- strDomain String
- [In] Domain 이름.
Return Value
Boolean삭제되면 true를, 그렇지 않으면 false를 반환한다.
See Also