 | XTLVManagerAddInt64 Method |
this객체에 Tag-Value쌍을 추가한다.
Namespace:
Pixoneer.NXDL.NXVideo
Assembly:
NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntaxpublic void AddInt64(
int nTagID,
long val
)
Parameters
- nTagID
- Type: SystemInt32
Tag ID. - val
- Type: SystemInt64
long long형 Value.
See Also