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





Description

The maximum value permitted for the parameter value

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxValue() As System.Object

[C#]
public System.Object MaxValue {get; set;}

[Managed C++]
public: __property VARIANT get_MaxValue();
public: __property void set_MaxValue(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_MaxValue(
VARIANT * pRetVal
);
public: HRESULT put_MaxValue(
VARIANT NewMaxValue
);

[Java]
public Variant getMaxValue();public void setMaxValue(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1