Gets or sets 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.
Read-write property
[Visual Basic .NET] |
---|
Public Property PercentLevel() As Double |
[C#] |
---|
public double PercentLevel {get; set;} |
[Managed C++] |
---|
public: __property double get_PercentLevel(); |
[Unmanaged C++] |
---|
public: HRESULT get_PercentLevel( double * pVal ); public: HRESULT put_PercentLevel( double InVal ); |
[Java] |
---|
public double getPercentLevel(); public void setPercentLevel( double ); |