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