Returns the result specified by the object/result names.
[Visual Basic .NET] |
---|
Public Function GetResultByPaths( _ ByVal ObjectPath As String, _ ByVal ResultPath As String _ ) As IAgVASNOPTResult |
[C#] |
---|
public IAgVASNOPTResult GetResultByPaths( string ObjectPath, string ResultPath ); |
[Managed C++] |
---|
public: IAgVASNOPTResult^ GetResultByPaths( String __gc ^ ObjectPath, String __gc ^ ResultPath ); |
[Unmanaged C++] |
---|
public: HRESULT GetResultByPaths( BSTR ObjectPath, BSTR ResultPath, IAgVASNOPTResult ** SNOPTResult ); |
[Java] |
---|
public IAgVASNOPTResult getResultByPaths( String ObjectPath, String ResultPath ); |
[Python - STK API ] |
---|
def GetResultByPaths(self, ObjectPath:str, ResultPath:str) -> "IAgVASNOPTResult": |
- ObjectPath
- ResultPath