Select to view content in your preferred language

Help required in grouping composite symbols.

567
3
04-12-2013 09:14 AM
omega_cancer
Frequent Contributor
Hello everybody,
I want to group multiple composite symbols so that I can move them as one unit on map. Is there any container to hold multiple composite symbols?

As Composite Symbol is Array of other symbols (like TextSymbols, PictureMarker and SimpleFillSymbol), I want to create array of Composite Symbols.

Any idea to accomplish this? Any help or guideline will be very helpful and appreciated. I am stuck.
Thanks.
Tags (2)
0 Kudos
3 Replies
RobertBorchert
Honored Contributor
Can you group them.  Normally symbols are a part of defining how a point, line or polygon looks.   Are you talking about something else?

Hello everybody,
I want to group multiple composite symbols so that I can move them as one unit on map. Is there any container to hold multiple composite symbols?

Any idea to accomplish this? Any help or guideline will be very helpful and appreciated. I am stuck.
Thanks.
0 Kudos
omega_cancer
Frequent Contributor
I am talking about CompositeSymbol class present in API. As compositeSymbol class house multiple symbols in its symbol's property like
compositeSymbol.Symbols =[point1Symbol, point2Symbol, point3Symbol];

and behaves like a single unit (When you move a compositeSymbol on map point1Symbol, point2Symbol and point3Symbol are moved).

Are we on same track now?
0 Kudos
omega_cancer
Frequent Contributor
Thanks everyone I solved it.
0 Kudos