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






Windows & Linux

Description

The parameter value. Set in Object Model unit preference for selected dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ParamValue() As System.Object
[C#]
public System.Object ParamValue {get; set;}
[Managed C++]
public: __property VARIANT get_ParamValue();
public: __property void set_ParamValue(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_ParamValue(
   VARIANT * pRetVal
);
public: HRESULT put_ParamValue(
   VARIANT NewParamValue
);
[Java]
public Variant getParamValue();public void setParamValue(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.