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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1