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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1