AS
Hi,
Is it possible to get data regarding models/attributes/occurrences from Aris Filter using macro?
Something like this:
ActiveFilter.ModelTypes(Constance.ARISVIEW_ALL); //get filter model types
How can I get the metadata of each model? What is very important - get the model name according to the chosen language. Sometimes in other languages the model name is not defined (in English always). To get it in English is not a problem at all.
Thanks.