AGI Real-Time Framework 11 Send comments on this topic.
GetUiProgID Method (IAgRtPluginRegistry)
See Also 
PluginType





Description

Retrieves the ProgID for the Ui associated with the provided plugin type.

Syntax

[Visual Basic .NET]
Public Function GetUiProgID( _
   ByVal PluginType As String _
) As String

[C#]
public string GetUiProgID(
string PluginType
);

[Managed C++]
public: String __gc ^ GetUiProgID(
String __gc ^ PluginType
);

[Java]
public String getUiProgID(
String PluginType
);

[Unmanaged C++]
public: HRESULT GetUiProgID(
BSTR PluginType,
BSTR * ReturnValue
);

Parameters

PluginType

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1