Method CreateSphere
CreateSphere(Color, Double)
Creates a simple marker scene symbol with sphere style.
Declaration
public static SimpleMarkerSceneSymbol CreateSphere(Color color, double diameter)
Parameters
Type | Name | Description |
---|---|---|
Color | color | The color of the sphere symbol. |
System. |
diameter | The diameter in meters of sphere symbol. |
Returns
Type | Description |
---|---|
Simple |
A Simple |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |
CreateSphere(Color, Double, SceneSymbolAnchorPosition)
Creates a simple marker scene symbol with sphere style.
Declaration
public static SimpleMarkerSceneSymbol CreateSphere(Color color, double diameter, SceneSymbolAnchorPosition anchorPosition)
Parameters
Type | Name | Description |
---|---|---|
Color | color | The color of the sphere symbol. |
System. |
diameter | The diameter in meters of sphere symbol. |
Scene |
anchorPosition | The anchor position of the sphere symbol. |
Returns
Type | Description |
---|---|
Simple |
A Simple |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |