Quantcast
Channel: Forums - ArcObjects SDKs
Viewing all articles
Browse latest Browse all 1374

Add Graphic to the map

$
0
0
Hi,
I have a function that adds a graphic to the map (from ArcGIS Snipet finder). The function takes 3 parameters
as shown below:

Code:

Public Sub AddGraphicToMap(ByVal map As IMap, ByVal geometry As IGeometry, ByVal rgbColor As IRgbColor, ByVal outlineRgbColor As IRgbColor)
The Graphic I want to add is a circle(polygon) where the center is an attribute value from layerQuery and the radius the value entered by the end user.

How can I achieve this?

Thanks

Viewing all articles
Browse latest Browse all 1374

Trending Articles