CentralBodySurfaceRegionSurfaceRegion Property |
Gets or sets the definition of the region on the surface of the central body. The
ReferenceSurface property
of this instance is expected to match the
Shape
of the
CentralBody.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public EllipsoidSurfaceRegion SurfaceRegion { get; set; }
Public Property SurfaceRegion As EllipsoidSurfaceRegion
Get
Set
public:
virtual property EllipsoidSurfaceRegion^ SurfaceRegion {
EllipsoidSurfaceRegion^ get () sealed;
void set (EllipsoidSurfaceRegion^ value) sealed;
}
abstract SurfaceRegion : EllipsoidSurfaceRegion with get, set
override SurfaceRegion : EllipsoidSurfaceRegion with get, set
Property Value
Type:
EllipsoidSurfaceRegionImplements
ICentralBodySurfaceRegionServiceSurfaceRegionSee Also