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






Windows & Linux

Description

[Support Removed] 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.