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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1