AGI AgRadarPlugin 11 Send 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface