STK ObjectsSend comments on this topic.
MinValue Property (IAgFmDefDataMinMax)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_MinValue(
    double MinValue
);
[Java]
public double getMinValue();
public void setMinValue(
    double
);
[Python - STK API ]
@property
def MinValue(self) -> float:

@MinValue.setter
def MinValue(self, MinValue:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.