ImageGear Professional v18.2 > API Reference Guide > ISIS Component API Reference > ISIS Component Objects > IGISISTagChoice Object |
This object contains the complete description of an ISIS driver tag. Your application can obtain this information for a particular tag by calling the GetTagChoice Method of the IGIsisCtl control. This object tells you what the legal values are for a given tag. To set the value of a tag, use the IGISISTagValue object and the GetTagValue Method and UpdateTagValueFrom Method.
IIGISISTagChoice
ContainerType Property | Tells your application how to interpret the data in the Value property. |
DataType Property | Data type for the tag. |
ID Property | The numeric designator of the tag. |
Value Property | Legal values for the tag. |