I want to create  AGSGraphicsLayers for many different  statuses so uses can turn on and off  layers. 
rather than creating ever single layer like 
 AGSGraphicsLayer* APPRGraphicsLayer = [AGSGraphicsLayer graphicsLayer]; for different values and have 42 layers 
created , i would rather like to create dynamically  graphics layer for status. is there is any way to create graphics layer dynamically 
thanks
Tony