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