AGI STK Astrogator 11 Send comments on this topic.
VariableValue Property (IAgVAUserVariable)
See Also 





Description

The initial value of the user variable.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property VARIANT get_VariableValue();
public: __property void set_VariableValue(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_VariableValue(
VARIANT * pRetVal
);
public: HRESULT put_VariableValue(
VARIANT NewVariableValue
);

[Java]
public Variant getVariableValue();public void setVariableValue(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1