| PointInRegionNearestToReferencePoint Constructor (CentralBody, Point, EllipsoidSurfaceRegion) | 
 
            Initializes an instance with the specified parameters.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic PointInRegionNearestToReferencePoint(
	CentralBody centralBody,
	Point referencePoint,
	EllipsoidSurfaceRegion surfaceRegion
)
Public Sub New ( 
	centralBody As CentralBody,
	referencePoint As Point,
	surfaceRegion As EllipsoidSurfaceRegion
)
public:
PointInRegionNearestToReferencePoint(
	CentralBody^ centralBody, 
	Point^ referencePoint, 
	EllipsoidSurfaceRegion^ surfaceRegion
)
new : 
        centralBody : CentralBody * 
        referencePoint : Point * 
        surfaceRegion : EllipsoidSurfaceRegion -> PointInRegionNearestToReferencePointParameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
 The CentralBody on which the surfaceRegion is located.
- referencePoint
- Type: AGI.Foundation.GeometryPoint
 The Point that is the reference point.
- surfaceRegion
- Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceRegion
 The EllipsoidSurfaceRegion in which the point will reside.
 See Also
See Also