AGI STK Object Broker 11 Send comments on this topic.
GetEntityFromStkPath Method (IAgStkBroker)
See Also 
ObjectPath





Description

Returns the entity object being represented as the provided STK path.

Syntax

[Visual Basic .NET]
Public Function GetEntityFromStkPath( _
   ByVal ObjectPath As String _
) As IAgEntity

[C#]
public IAgEntity GetEntityFromStkPath(
string ObjectPath
);

[Managed C++]
public: IAgEntity^ GetEntityFromStkPath(
String __gc ^ ObjectPath
);

[Java]
public IAgEntity getEntityFromStkPath(
String ObjectPath
);

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

Parameters

ObjectPath

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1