STK AstrogatorSend comments on this topic.
GetResultByPaths Method (IAgVAGridSearchResultCollection)
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 IAgVAGridSearchResult
[C#]
public IAgVAGridSearchResult GetResultByPaths(
    string ObjectPath,
    string ResultPath
);
[Managed C++]
public: IAgVAGridSearchResult^ GetResultByPaths(
    String __gc ^ ObjectPath,
    String __gc ^ ResultPath
);
[Unmanaged C++]
public: HRESULT GetResultByPaths(
    BSTR ObjectPath,
    BSTR ResultPath,
    IAgVAGridSearchResult ** GridSearchResult
);
[Java]
public IAgVAGridSearchResult getResultByPaths(
    String ObjectPath,
    String ResultPath
);
[Python - STK API ]
def GetResultByPaths(self, ObjectPath:str, ResultPath:str) -> "IAgVAGridSearchResult":

Parameters

ObjectPath
ResultPath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.