STK AstrogatorSend comments on this topic.
GetResultValue Method (IAgVAMCSSegment)
See Also
ResultName
Windows





Windows & Linux

Description

Returns a result value.

Syntax

[Visual Basic .NET]
Public Function GetResultValue( _
    ByVal ResultName As String _
) As System.Object
[C#]
public System.Object GetResultValue(
    string ResultName
);
[Managed C++]
public: VARIANT GetResultValue(
    String __gc ^ ResultName
);
[Unmanaged C++]
public: HRESULT GetResultValue(
    BSTR ResultName,
    VARIANT * pRetVal
);
[Java]
public AgVariant getResultValue(
    String ResultName
);
[Python - STK API ]
def GetResultValue(self, ResultName:str) -> typing.Any:

Parameters

ResultName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.