ImageGear Professional v18.2 > API Reference Guide > ISIS Component API Reference > ISIS Component Objects > IGIsisCtl Control > IGIsisCtl Methods > UpdateTagValueFrom Method |
Changes the current value of an ISIS tag. Before using this method, first obtain an IGISISTagValue object for a given tag using GetTagValue Method. Then set the tag value in the IGISISTagValue object, and then pass the object to this method. You may use the same IGISISTagValue object to set multiple tag values (get it, set a value, update from it, set another value, update from it, ...).
UpdateTagValueFrom(pTagValue As IGISISTagValue)
Name | Description |
---|---|
pTagValue | The IGISISTagValue Object containing the DataType, ID and new Value for the ISIS tag. |
None