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





Windows & Linux

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 * pVal
);
public: HRESULT put_MaxValue(
    double MaxValue
);
[Java]
public double getMaxValue();
public void setMaxValue(
    double
);
[Python - STK API ]
@property
def MaxValue(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.