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