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 ); |
| [Java] |
|---|
public IAgStkObject getObjectFromPath( String ObjectPath ); |
| [Unmanaged C++] |
|---|
|
- ObjectPath
- The Object path.





