AGI STK Objects 11Send comments on this topic.
BestN Property (IAgFmDefDataBestN)
See Also
Windows






Windows & Linux

Description

Navigation accuracy based on the specified number of satellites that yields the minimum GDOP.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BestN() As Integer
[C#]
public int BestN {get; set;}
[Managed C++]
public: __property int get_BestN();
public: __property void set_BestN( int );
[Unmanaged C++]
public: HRESULT get_BestN(
    long * pVal
);
public: HRESULT put_BestN(
    long InVal
);
[Java]
public int getBestN();
public void setBestN(
    int
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.