AGI STK Objects 11 Send comments on this topic.
GetObjectFromPath Method (IAgStkObjectRoot)
See Also 
ObjectPath
The Object path.
Windows






Windows & Linux

Description

Gets the object instance that matches the path provided

Syntax

[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
);

[Java]
public IAgStkObject getObjectFromPath(
String ObjectPath
);

[Unmanaged C++]
public: HRESULT GetObjectFromPath(
BSTR ObjectPath,
IAgStkObject ** ReturnValue
);

Parameters

ObjectPath
The Object path.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface