STK Object BrokerSend comments on this topic.
GetEntityFromStkPath Method (IAgStkBroker)
See Also
ObjectPath
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT GetEntityFromStkPath(
    BSTR ObjectPath,
    IAgEntity ** ppIAgEntity
);
[Java]
public IAgEntity getEntityFromStkPath(
    String ObjectPath
);

Parameters

ObjectPath

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.