AGI AgRadarPlugin 11Send comments on this topic.
IntersectionFound Property (IAgStkRadarCBIntersectComputeResult)
See Also 
Windows






Windows & Linux

Description

Gets the intersection found indicator.

Property type

Read-only property

Syntax

[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(
   VARIANT_BOOL * pRetVal
);
[Java]
public bool getIntersectionFound();

Return Type

Returns true if a central body intersection was found, false otherwise.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.