STK AgSearchSend comments on this topic.
GetControlsProgID Method (IAgPluginSearch)
See Also
Type
Windows





Windows & Linux

Description

Gets the progid of the controls of the specified type for this algorithm. If a certain control type isn't supported, return an empty string.

Syntax

[Visual Basic .NET]
Public Function GetControlsProgID( _
    ByVal Type As AgESearchControlTypes _
) As String
[C#]
public string GetControlsProgID(
    AgESearchControlTypes Type
);
[Managed C++]
public: String __gc ^ GetControlsProgID(
    AgESearchControlTypes Type
);
[Unmanaged C++]
public: HRESULT GetControlsProgID(
    AgESearchControlTypes Type,
    BSTR * pProgID
);
[Java]
public String getControlsProgID(
    AgESearchControlTypes Type
);

Parameters

Type

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.