Get the PlateStar object that is nearest to the given reference equatorial coordinates
PlateStars.NearestStar(RightAscension, Declination)
The method syntax has these parts:
| Part | Description |
|---|---|
| RightAscension (Double) | The right ascension of the reference point (hours) |
| Declination (Double) | The declination of the reference point (degrees) |
| Return (PlateStar) | A PlateStar object representing the star in the collection that is nearest to the given coordinates |