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






Windows & Linux

Description

The specified percent level for the Navigation Accuracy compute option that is stated in terms of the percent of the time that the uncertainty is less than the computed value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PercentLevel() As Double
[C#]
public double PercentLevel {get; set;}
[Managed C++]
public: __property double get_PercentLevel();
public: __property void set_PercentLevel( double );
[Unmanaged C++]
public: HRESULT get_PercentLevel(
    double * pVal
);
public: HRESULT put_PercentLevel(
    double InVal
);
[Java]
public double getPercentLevel();
public void setPercentLevel(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.