I am working on sample Advanced Symbology->Symbol Dictionary given in Arc GIS Qt Samples. As given in the sample we are able to draw symbols, move the symbol(using the call EsriRuntimeQt::MessageHelper::createUpdateMessage) but I am not able to select the symbol which I drawn on map.
In the documentation I found out that in order to select symbol I can use function
static Message EsriRuntimeQt::MessageHelper::createSelectMessage ( const SymbolDictionaryType & type,
const QString & messageId,
const QString & messageType,
const bool & highlight
)
How to use this function in order to achieve selection of symbol?