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






