Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: qwerty on January 20, 2014, 12:08:29 am
-
Does anybody know what this hash tag returns?
q.
-
Red triangles!
shape main
{
if(hasproperty("istagged","true"))
{
setfillcolor(255,0,0);
polygon(50,50,3,50,270);
}
else
{
drawnativeshape();
}
}
-
Strange encounters of the 3rd kind? I seemingly had forgotten about them :-) Looks like a useful feature.
Thanks,
q.