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