AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_BestN(
long NewBestN
);

[Java]
public int getBestN();public void setBestN(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface