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