AGI Real-Time Framework 11 Send comments on this topic.
GetUiForEntity Method (IAgUiRtProvideTrackingData)
See Also 
EntityID





Description

Returns an IAgUiRtWindowHandle which can configure the provided entity.

Syntax

[Visual Basic .NET]
Public Function GetUiForEntity( _
   ByVal EntityID As String _
) As IAgUiRtWindowHandle

[C#]
public IAgUiRtWindowHandle GetUiForEntity(
string EntityID
);

[Managed C++]
public: IAgUiRtWindowHandle^ GetUiForEntity(
String __gc ^ EntityID
);

[Java]
public IAgUiRtWindowHandle getUiForEntity(
String EntityID
);

[Unmanaged C++]
public: HRESULT GetUiForEntity(
BSTR EntityID,
IAgUiRtWindowHandle ** ReturnValue
);

Parameters

EntityID

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1