Constructor SimpleMarkerSceneSymbol
SimpleMarkerSceneSymbol()
Initializes a new instance of the SimpleMarkerSceneSymbol class with sphere as default style.
Declaration
public SimpleMarkerSceneSymbol()
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Relevant samples
Scene symbols: Show various kinds of 3D symbols in a scene.
SimpleMarkerSceneSymbol(SimpleMarkerSceneSymbolStyle, Color, Double, Double, Double, SceneSymbolAnchorPosition)
Initializes a new instance of the SimpleMarkerSceneSymbol class.
Declaration
public SimpleMarkerSceneSymbol(SimpleMarkerSceneSymbolStyle style, Color color, double height, double width, double depth, SceneSymbolAnchorPosition anchorPosition)
Parameters
Type | Name | Description |
---|---|---|
SimpleMarkerSceneSymbolStyle | style | The SimpleMarkerSceneSymbolStyle of the symbol. |
System.Drawing.Color | color | The color of the symbol. |
System.Double | height | The height in meters of the symbol. |
System.Double | width | The width in meters of the symbol. |
System.Double | depth | The depth in meters of the symbol. |
SceneSymbolAnchorPosition | anchorPosition | The SceneSymbolAnchorPosition of the symbol. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.3 - 200.5 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.3 - 200.5 |