Triggered when the plugin is run.
[Visual Basic .NET] |
---|
Public Function Run( _ ByVal SearchOperand As IAgSearchPluginOperand, _ ByVal Testing As Boolean _ ) As Boolean |
[C#] |
---|
public bool Run( IAgSearchPluginOperand SearchOperand, bool Testing ); |
[Managed C++] |
---|
public: bool Run( IAgSearchPluginOperand ^ SearchOperand, bool ^ Testing ); |
[Unmanaged C++] |
---|
public: HRESULT Run( IAgSearchPluginOperand * SearchOperand, VARIANT_BOOL * Testing, VARIANT_BOOL * pResult ); |
[Java] |
---|
public bool run( IAgSearchPluginOperand SearchOperand, bool Testing ); |
- SearchOperand
- Testing