CentralBodySurfaceCurveGraphicsExtension Constructor (CentralBodySurfaceCurveGraphics) |
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CentralBodySurfaceCurveGraphicsExtension(
CentralBodySurfaceCurveGraphics surfaceCurveGraphics
)
Public Sub New (
surfaceCurveGraphics As CentralBodySurfaceCurveGraphics
)
public:
CentralBodySurfaceCurveGraphicsExtension(
CentralBodySurfaceCurveGraphics^ surfaceCurveGraphics
)
new :
surfaceCurveGraphics : CentralBodySurfaceCurveGraphics -> CentralBodySurfaceCurveGraphicsExtension
Parameters
- surfaceCurveGraphics
- Type: AGI.Foundation.CesiumCentralBodySurfaceCurveGraphics
The graphical properties of the surface curve.
See Also