AGI STK Astrogator 11Send comments on this topic.
GetResultByPaths Method (IAgVASearchPluginResultCollection)
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 IAgVASearchPluginResult
[C#]
public IAgVASearchPluginResult GetResultByPaths(
   string ObjectPath,
   string ResultPath
);
[Managed C++]
public: IAgVASearchPluginResult^ GetResultByPaths(
   String __gc ^ ObjectPath,
   String __gc ^ ResultPath
);
[Java]
public IAgVASearchPluginResult getResultByPaths(
   String ObjectPath,
   String ResultPath
);
[Unmanaged C++]
public: HRESULT GetResultByPaths(
   BSTR ObjectPath,
   BSTR ResultPath,
   IAgVASearchPluginResult ** ReturnValue
);

Parameters

ObjectPath
ResultPath

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.