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 -> CentralBodySurfaceCurveGraphicsExtensionParameters
- surfaceCurveGraphics
 - Type: AGI.Foundation.CesiumCentralBodySurfaceCurveGraphics
The graphical properties of the surface curve. 
See Also