STK Object BrokerSend comments on this topic.
GetStkPathFromEntity Method (IAgStkBroker)
See Also
Entity
Windows





Windows & Linux

Description

Returns the STK object path which represents the provided entity.

Syntax

[Visual Basic .NET]
Public Function GetStkPathFromEntity( _
    ByVal Entity As IAgEntity _
) As String
[C#]
public string GetStkPathFromEntity(
    IAgEntity Entity
);
[Managed C++]
public: String __gc ^ GetStkPathFromEntity(
    IAgEntity ^ Entity
);
[Unmanaged C++]
public: HRESULT GetStkPathFromEntity(
    IAgEntity * Entity,
    BSTR * pObjectPath
);
[Java]
public String getStkPathFromEntity(
    IAgEntity Entity
);

Parameters

Entity

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.