Hi,
I have a function that adds a graphic to the map (from ArcGIS Snipet finder). The function takes 3 parameters
as shown below:
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
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)
How can I achieve this?
Thanks