STK AgRadarPluginSend comments on this topic.
Intercept1CBFArray Property (IAgStkRadarCBIntersectComputeResult)
See Also
Windows





Windows & Linux

Description

Gets the central body fixed first intersection position vector as an array of length 3 where the x component is array(0), y component is array(1), and z component is array(2). All values in meters.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Intercept1CBFArray() As System.Array
[C#]
public System.Array Intercept1CBFArray {get;}
[Managed C++]
public: __property System::Array get_Intercept1CBFArray();
[Unmanaged C++]
public: HRESULT get_Intercept1CBFArray(
    SAFEARRAY * * ppArray
);
[Java]
public AgSafeArray getIntercept1CBFArray();

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.