Returns the result specified by the object/result path.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgVAGoldenSectionResult GetResultByPaths( string ObjectPath, string ResultPath ); |
| [Managed C++] |
|---|
public: IAgVAGoldenSectionResult^ GetResultByPaths( String __gc ^ ObjectPath, String __gc ^ ResultPath ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgVAGoldenSectionResult getResultByPaths( String ObjectPath, String ResultPath ); |
[Python - STK API ] |
|---|
def GetResultByPaths(self, ObjectPath:str, ResultPath:str) -> "IAgVAGoldenSectionResult": |
- ObjectPath
- ResultPath






