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