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