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





Description

Minimum value: minimum uncertainty at each point over the entire coverage interval.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MinValue();
public: __property void set_MinValue(
double
);

[Unmanaged C++]
public: HRESULT get_MinValue(
double * pRetVal
);
public: HRESULT put_MinValue(
double NewMinValue
);

[Java]
public double getMinValue();public void setMinValue(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1