Hi Guys
PFB the code i have written to get the color of the object
var aObjDefs = oModel.ObjDefList();
for (var j = 0; j < aObjDefs.length; j++) {
var oObjDef = aObjDefs[i];
var ObjColor=aObjDefs[i].getFillColor;
getFillColor doesnt return anything.Could you please tell me how to get the color of the object in
ARIS Report script.
Thanks and Regards
Manojna Kadiri