Select to view content in your preferred language

Creating custom graphics/markers with custom symbology

4796
11
12-04-2012 06:49 PM
UAENavy
New Contributor
we have a requirement for creating custom graphics with custom symbols where the drawing routine is dynamic.

for example, a pie graphic that draws a pie based on dynamic start & end angles!

The SDK documentation and API reference is really poor, and so the graphics rendering process is not clear.
did anybody try rendering custom graphics without having to use a drawing overlay?


Thank you
0 Kudos
11 Replies
CarlosColón-Maldonado
Frequent Contributor
I've started by looking at how you can draw a line from an origin pointing in a given direction.  Don't be put off by the amound of code, I've just added loads of debug graphics which are added to the screen so you can see how I'm building up the picture.  Let me know if this helps you get started.


Could you demonstrate how this can be done using a composite symbol? My desire is to be able to add a single symbol can draws this complexity.

Thanks.
0 Kudos
CarlosColón-Maldonado
Frequent Contributor
Got my answer on this post.
0 Kudos