Gets the intersection found indicator.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property IntersectionFound() As Boolean
|
| [C#] |
|---|
public bool IntersectionFound {get;}
|
| [Managed C++] |
|---|
public: __property bool get_IntersectionFound();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IntersectionFound(
|
| [Java] |
|---|
public bool getIntersectionFound();
|
Returns true if a central body intersection
was found, false otherwise.