AGI STK Astrogator 11 Send comments on this topic.
GetResultByPaths Method (IAgVADEResultCollection)
See Also 
ObjectPath
ResultPath





Description

Returns the result specified by the object/result names.

Syntax

[Visual Basic .NET]
Public Function GetResultByPaths( _
   ByVal ObjectPath As String, _
   ByVal ResultPath As String _
) As IAgVADEResult

[C#]
public IAgVADEResult GetResultByPaths(
string ObjectPath,
string ResultPath
);

[Managed C++]
public: IAgVADEResult^ GetResultByPaths(
String __gc ^ ObjectPath,
String __gc ^ ResultPath
);

[Java]
public IAgVADEResult getResultByPaths(
String ObjectPath,
String ResultPath
);

[Unmanaged C++]
public: HRESULT GetResultByPaths(
BSTR ObjectPath,
BSTR ResultPath,
IAgVADEResult ** ReturnValue
);

Parameters

ObjectPath
ResultPath

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1