Adds a GraphicFeature or GraphicFeatureGroup to the canvas

Namespace:  ESRI.ADF.UI
 

Syntax

function addGraphic (
	element : GraphicFeatureBase
)

Parameters

element
Type: ESRI.ADF.Graphics..::.GraphicFeatureBase
Element to add to canvas.

Remarks

Graphics are drawn from bottom up; polygons first, then poylines, and lastly points. Within each group, graphics are drawn in the order they where added.

See Also