|
XRSMetaDataGetKeyList(String) Method
|
XRSLoadFile객체에 포함된 메타데이터로부터 특정 Domain에 해당하는 Key List를 얻는다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic string[] GetKeyList(
string strDomain
)
Parameters
- strDomain String
- [In] Domain 이름.
Return Value
String Key List.
See Also