Click or drag to resize
XDL

XVideoMetadQueryEntityLabel Delegate

온톨로지 객체 이름을 얻는 사용자 정의 질의자를 등록한다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 2.0.3.31
Syntax
C#
public delegate string XVideoMetadQueryEntityLabel(
	string entityIRI,
	string ontologyIRI
)

Parameters

entityIRI
Type: SystemString
이름을 얻으려는 객체 리소스 식별자. 이름을 얻으려는 객체 리소스 식별자.
ontologyIRI
Type: SystemString

Return Value

Type: String
객체 이름. 객체 이름 확인이 불가능한 경우 널(null) 값을 반환한다.
See Also