AGI AgSearch 11 Send comments on this topic.
GetControlsProgID Method (IAgPluginSearch)
See Also 
Type





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
);

[Java]
public String getControlsProgID(
AgESearchControlTypes Type
);

[Unmanaged C++]
public: HRESULT GetControlsProgID(
AgESearchControlTypes Type,
BSTR * ReturnValue
);

Parameters

Type
Member Value Description
eSearchControlTypesReal 0 Real numbers (doubles)

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1