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






Windows & Linux

Description

Returns the result specified by the object/result path.

Syntax

[Visual Basic .NET]
Public Function GetResultByPaths( _
   ByVal ObjectPath As String, _
   ByVal ResultPath As String _
) As IAgVADCResult
[C#]
public IAgVADCResult GetResultByPaths(
   string ObjectPath,
   string ResultPath
);
[Managed C++]
public: IAgVADCResult^ GetResultByPaths(
   String __gc ^ ObjectPath,
   String __gc ^ ResultPath
);
[Java]
public IAgVADCResult getResultByPaths(
   String ObjectPath,
   String ResultPath
);
[Unmanaged C++]
public: HRESULT GetResultByPaths(
   BSTR ObjectPath,
   BSTR ResultPath,
   IAgVADCResult ** ReturnValue
);

Parameters

ObjectPath
ResultPath

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.