Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.06 KB

File metadata and controls

35 lines (21 loc) · 1.06 KB

Scene symbols

Show various kinds of 3D symbols in a scene.

Image of scene symbols

Use case

You can programmatically create different types of 3D symbols and add them to a scene at specified locations. You could do this to call attention to the prominence of a location.

How to use the sample

When the scene loads, note the different types of 3D symbols that you can create.

How it works

  1. Create a graphics overlay.
  2. Create various simple marker scene symbols by specifying different styles and colors, and a height, width, depth, and anchor position of each.
  3. Create a graphic for each symbol.
  4. Add the graphics to the graphics overlay.
  5. Add the graphics overlay to the scene view.

Relevant API

  • SceneSymbol.AnchorPosition
  • SimpleMarkerSceneSymbol
  • SimpleMarkerSceneSymbol.Style

About the data

This sample shows arbitrary symbols in an empty scene with imagery basemap.

Tags

3D, cone, cube, cylinder, diamond, geometry, graphic, graphics overlay, pyramid, scene, shape, sphere, symbol, tetrahedron, tube, visualization