|
XVideoMetadQueryEntityLabel Delegate
|
온톨로지 객체 이름을 얻는 사용자 정의 질의자를 등록한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic delegate string XVideoMetadQueryEntityLabel(
string entityIRI,
string ontologyIRI
)
Parameters
- entityIRI String
- 이름을 얻으려는 객체 리소스 식별자.
- ontologyIRI String
-
Return Value
String 객체 이름. 객체 이름 확인이 불가능한 경우 널(null) 값을 반환한다.
See Also