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






