STK AstrogatorSend comments on this topic.
GetValue Method (IAgVAMCSUpdate)
See Also
ParameterType
Windows





Windows & Linux

Description

Gets the value type for a parameter.

Syntax

[Visual Basic .NET]
Public Function GetValue( _
    ByVal ParameterType As AgEVAUpdateParam _
) As Double
[C#]
public double GetValue(
    AgEVAUpdateParam ParameterType
);
[Managed C++]
public: double GetValue(
    AgEVAUpdateParam ParameterType
);
[Unmanaged C++]
public: HRESULT GetValue(
    AgEVAUpdateParam ParameterType,
    double * pVal
);
[Java]
public double getValue(
    AgEVAUpdateParam ParameterType
);
[Python - STK API ]
def GetValue(self, ParameterType:"AgEVAUpdateParam") -> float:

Parameters

ParameterType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.