AGI STK Objects 11Send comments on this topic.
UseValueRangeCheck Property (IAgFmSatisfaction)
See Also
Windows






Windows & Linux

Description

Enable FOM Values Limits for computing Statistics

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseValueRangeCheck() As Boolean
[C#]
public bool UseValueRangeCheck {get; set;}
[Managed C++]
public: __property bool get_UseValueRangeCheck();
public: __property void set_UseValueRangeCheck( bool );
[Unmanaged C++]
public: HRESULT get_UseValueRangeCheck(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseValueRangeCheck(
    VARIANT_BOOL InVal
);
[Java]
public bool getUseValueRangeCheck();
public void setUseValueRangeCheck(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.