How Do I Set The Color of a Circle Element in The GraphicsContainer?

531
1
05-07-2012 12:51 PM
DougMarquardt
New Contributor
Using ArcGIS Engine 10 SP1, VS2010 SP1

In VB.Net code, I can add a circle element to the ActiveView.GraphicsContainer and it displays at the XY and Size I want.
However, I can't find any way to tell the graphis container that I want to display the circle in a specific color.

How do I control what color it displays in?


Doug.
0 Kudos
1 Reply
DougMarquardt
New Contributor
Figured it out.

I was declaring my variable as:

Dim elm As New CircleElement

This is what I should have done:

Dim elm As New CircleElementClass


Gessh!
0 Kudos