Gets the object instance that matches the path provided.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkObject GetObjectFromPath( string ObjectPath ); |
| [Managed C++] |
|---|
public: IAgStkObject^ GetObjectFromPath( String __gc ^ ObjectPath ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkObject getObjectFromPath( String ObjectPath ); |
[Python - STK API ] |
|---|
def GetObjectFromPath(self, ObjectPath:str) -> "IAgStkObject": |
- ObjectPath
- The Object path.






