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