AGI STK Objects 11 Send comments on this topic.
MaxValue Property (IAgFmDefDataMinMax)
See Also 





Description

Maximum value: maximum uncertainty at each point over the entire coverage interval.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxValue() As Double

[C#]
public double MaxValue {get; set;}

[Managed C++]
public: __property double get_MaxValue();
public: __property void set_MaxValue(
double
);

[Unmanaged C++]
public: HRESULT get_MaxValue(
double * pRetVal
);
public: HRESULT put_MaxValue(
double NewMaxValue
);

[Java]
public double getMaxValue();public void setMaxValue(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1