Gets the central body fixed second 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.
Read-only property
[Visual Basic .NET] |
---|
Public Property Intercept2CBFArray() As System.Array |
[C#] |
---|
public System.Array Intercept2CBFArray {get;} |
[Managed C++] |
---|
public: __property System::Array get_Intercept2CBFArray(); |
[Unmanaged C++] |
---|
public: HRESULT get_Intercept2CBFArray( SAFEARRAY * * ppArray ); |
[Java] |
---|
public AgSafeArray getIntercept2CBFArray(); |