STK AgSearchSend comments on this topic.
Run Method (IAgPluginSearch)
See Also
SearchOperand
Testing
Windows





Windows & Linux

Description

Triggered when the plugin is run.

Syntax

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

Parameters

SearchOperand
Testing

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.