PathGraphicsExtension Constructor (PathGraphics) |
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PathGraphicsExtension(
PathGraphics path
)
Public Sub New (
path As PathGraphics
)
public:
PathGraphicsExtension(
PathGraphics^ path
)
new :
path : PathGraphics -> PathGraphicsExtension
Parameters
- path
- Type: AGI.Foundation.CesiumPathGraphics
The graphical properties of the path.
See Also