Binds to existing object instance using the specified object path.
[Visual Basic .NET] |
---|
Public Function BindTo( _ ByVal Path As String _ ) As IAgStkObject |
[C#] |
---|
public IAgStkObject BindTo( string Path ); |
[Managed C++] |
---|
public: IAgStkObject^ BindTo( String __gc ^ Path ); |
[Unmanaged C++] |
---|
public: HRESULT BindTo( BSTR Path, IAgStkObject ** ppIAgStkObject ); |
[Java] |
---|
public IAgStkObject bindTo( String Path ); |
[Python - STK API ] |
---|
def BindTo(self, Path:str) -> "IAgStkObject": |
- Path
- The path to the Object.
IAgStkObject.