AGI STK Astrogator 11Send comments on this topic.
UseMinValue Property (IAgVAScriptingParameter)
See Also 
Windows






Windows & Linux

Description

If true, a minimum value will be enforced for the parameter value

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseMinValue() As Boolean
[C#]
public bool UseMinValue {get; set;}
[Managed C++]
public: __property bool get_UseMinValue();
public: __property void set_UseMinValue(
   bool
);
[Unmanaged C++]
public: HRESULT get_UseMinValue(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseMinValue(
   VARIANT_BOOL NewUseMinValue
);
[Java]
public bool getUseMinValue();public void setUseMinValue(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.