Select to view content in your preferred language

line symbols arrow style not working on scene view

599
3
09-10-2020 10:12 PM
GirishchandraY
New Contributor II

Hello Team,

Can you please check why arrow are not being displayed,

    SimpleLineSymbol* sls = new SimpleLineSymbol(SimpleLineSymbolStyle::Solid, QColor("black"), 5, this);
    sls->setMarkerStyle(SimpleLineSymbolMarkerStyle::Arrow);
    sls->setMarkerPlacement(SimpleLineSymbolMarkerPlacement::End);

Thank you,
GIrish
0 Kudos
3 Replies
LucasDanzinger
Esri Frequent Contributor

SimpleLineSymbol Class | ArcGIS for Developers 

Note: The SimpleLineSymbolMarkerStyle::Arrow marker style is not supported in 3D scenes with GraphicsRenderingMode::Dynamic graphics rendering mode. It will not render correctly.

Have you ensured you are setting graphics rendering mode on the graphics overlay to static?

xzwhappy
New Contributor

not working in android 

0 Kudos
GirishchandraY
New Contributor II

Ohh okay So GRaphics Overlay has to be set in Static

Yes this is working fine now thanks.

0 Kudos