ThirdBodyGravity.IndexOf Method (Point) |
Searches
ThirdBodies and returns the index of the body with the given body position.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int IndexOf(
Point point
)
Public Function IndexOf (
point As Point
) As Integer
public:
int IndexOf(
Point^ point
)
member IndexOf :
point : Point -> int
Parameters
- point
- Type: AGI.Foundation.Geometry.Point
The body position for which to search.
Return Value
Type:
Int32The index of the body with the given position, if found; otherwise –1.
See Also