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