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






Windows & Linux

Description

The minimum value permitted for the parameter value

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinValue() As System.Object
[C#]
public System.Object MinValue {get; set;}
[Managed C++]
public: __property VARIANT get_MinValue();
public: __property void set_MinValue(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_MinValue(
   VARIANT * pRetVal
);
public: HRESULT put_MinValue(
   VARIANT NewMinValue
);
[Java]
public Variant getMinValue();public void setMinValue(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.