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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.