| PointInRegionNearestToReferencePointCentralBody Property  | 
 
            Gets or sets the 
CentralBody on which the 
SurfaceRegion is located.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic CentralBody CentralBody { get; set; }Public Property CentralBody As CentralBody
	Get
	Set
public:
property CentralBody^ CentralBody {
	CentralBody^ get ();
	void set (CentralBody^ value);
}member CentralBody : CentralBody with get, set
Property Value
Type: 
CentralBody See Also
See Also