//question1 //I run the project I can not find the "pLogoMarker" markersymbol in the stylemanager. //but when i use the "pSimpleMarkerSymbol" instead of "pLogoMarker" and run the project //i can find a simplemarkersymbol(default) in the stylemanager. ///i just want to save my custom marker to a .style file!!!!! /// i dont know why.
question2 there are 10 custom meta-graphs(circle,rectangle,truetype font,bezier line ), and i want to compose complex symbols(markersymbol,linesymbol,fillsymbol) wiht some of them. One is to implementing the ISymbol::Draw() to draw the meta-graphs to get markersymbols, then use multilayermarkersymbol,markerlinesymbol,markerfillsymbol to get complex symbols.
Is there a far better idea? Any advice would be appreciated.