Returns the entity object being represented as the provided STK path.
[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 ); |
- ObjectPath