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 * pRetVal
);
public: HRESULT put_PercentLevel(
double NewPercentLevel
);
|
[Java] |
public double getPercentLevel();public void setPercentLevel(
double
);
|
See Also