say you have a graphiclayer where you populate graphic..
In the graphic add event can we add say attributes:
var objc:Object = {MIN_P_ALL: myGraphic.attributes.MIN_P_ALL, MIN_P_DEF: myGraphic.attributes.MIN_P_ALL, MIN_P_CUSTOM:myGraphic.attributes.MIN_P_ALL};
graphic.attributes = objc;
Is graphic attributes writable?