Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- tagId
- The ID of the tag.
- value
- The value to set the tag to.
- index
- The index to use, for tags that contain multiple values. If the tag contains only a single value, this must be 0.
- callback
- Callback which is called when the tag is set.
Return Value
ImGearIsisOperationStatus value.To set the values of multiple tags, it is more efficient to use SetAllTagsAsync.
The scanner must be set before calling this method.