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





Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseMaxValue() As Boolean

[C#]
public bool UseMaxValue {get; set;}

[Managed C++]
public: __property bool get_UseMaxValue();
public: __property void set_UseMaxValue(
bool
);

[Unmanaged C++]
public: HRESULT get_UseMaxValue(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseMaxValue(
VARIANT_BOOL NewUseMaxValue
);

[Java]
public bool getUseMaxValue();public void setUseMaxValue(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1