CentralBodySurfaceCurveGraphicsExtension.SurfaceCurveGraphics Property |
Gets or sets the graphical properties of the surface curve.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CentralBodySurfaceCurveGraphics SurfaceCurveGraphics { get; set; }
Public Property SurfaceCurveGraphics As CentralBodySurfaceCurveGraphics
Get
Set
public:
virtual property CentralBodySurfaceCurveGraphics^ SurfaceCurveGraphics {
CentralBodySurfaceCurveGraphics^ get () sealed;
void set (CentralBodySurfaceCurveGraphics^ value) sealed;
}
abstract SurfaceCurveGraphics : CentralBodySurfaceCurveGraphics with get, set
override SurfaceCurveGraphics : CentralBodySurfaceCurveGraphics with get, set
Property Value
Type:
CentralBodySurfaceCurveGraphicsImplements
ICentralBodySurfaceCurveGraphicsService.SurfaceCurveGraphics
See Also