STK AgSearchSend comments on this topic.
IAgPluginSearch Interface

Description

Plugin search algorithm interface. A method returning false indicates an error.

Public Methods

Public Method FreeTriggered just before the plugin is freed from use to allow for any additional cleanup.
Public Method GetControlsProgIDGets the progid of the controls of the specified type for this algorithm. If a certain control type isn't supported, return an empty string.
Public Method GetResultsProgIDGets the progid of the results for this algorithm.
Public Method InitTriggered when the plugin is initialized to allow for any additional needed initialization. Must return true to turn on use of plugin.
Public Method RunTriggered when the plugin is run.

Public Properties

Public Property NameTriggered to set the name of the plugin used in messages.
© 2024 Analytical Graphics, Inc. All Rights Reserved.