|
XFrameMetadGetTargetByID Method
|
메타데이터에 보고된 표적을 식별자를 지정하여 얻는다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic XVTarget GetTargetByID(
ulong id
)
Parameters
- id UInt64
- 표적 식별자.
Return Value
XVTarget 해당 표적 객체. 식별자가 잘못된 경우 null을 반환한다.
See Also