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. |
size | The size in meters of base of the cube in each dimension symbol. |
Returns
Type | Description |
---|---|
Simple |
A Simple |
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. |
size | The size in meters of base of the cube in each dimension symbol. |
Scene |
anchorPosition | The anchor position of the cube symbol. |
Returns
Type | Description |
---|---|
Simple |
A Simple |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |