ImageGear Professional v18.2 > API Reference Guide > ISIS Component API Reference > ISIS Component Objects > IGIsisCtl Control > IGIsisCtl Methods > GetTagChoice Method |
Obtains an IGISISTagChoice object for a given tag. This function allocates an IGISISTagChoice object, fills it with the legal values for the specified tag and returns the object to your application.
GetTagChoice (TagID As enumIGISISTags) As IGISISTagChoice
Name | Description |
---|---|
TagID | Use this parameter to identify the ISIS tag whose legal values you want to obtain. Must be an enumIGISISTags value. |
IGISISTagChoice Object containing the legal values for the requested tag.