insightlistattachtags
insightlistattachtags |
Purpose
Synopsis
function insightlistattachtags:list of insightattachmenttag
Return value
A list of the defined tags
Example
tagslist := insightlistattachtags
if insightattachstatus=INSIGHT_ATTACH_OK then
writeln("Defined tags: ",tagslist)
else
writeln("Error retrieving tags list")
end-if
Example of outputting list of tags defined in companion file
Further information
1. Check the attachment status code using
insightattachstatus to determine whether the attachment was successfully fetched.
2. Attempting to access attachment tags when the model is not being run through Xpress Insight will cause the model to abort with an error.
Related topics
