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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface