Document Viewer

« Back

HandsOn Query 2: Query Modelattributes

Get all models of modeltype "Sample"

CC "AQL" EVAL_AQL_EXPRESSION expr: "<\"Sample\">" modelscope

IF (ecode = 0) {
CC "AdoScript" INFOBOX ("Found models: " + objids)
}
ELSE {
CC "AdoScript" INFOBOX "An error has occured!"
}