AGI AgSearch 11 Send comments on this topic.
Run Method (IAgPluginSearch)
See Also 
SearchOperand
Testing





Description

Triggered when the plugin is run.

Syntax

[Visual Basic .NET]
Public Function Run( _
   ByVal SearchOperand As AgSearchPluginOperand, _
   ByRef Testing As Boolean _
) As Boolean

[C#]
public bool Run(
AgSearchPluginOperand SearchOperand,
ref bool Testing
);

[Managed C++]
public: bool Run(
AgSearchPluginOperand ^ SearchOperand,
bool ^ Testing
);

[Java]
public bool run(
AgSearchPluginOperand SearchOperand,
bool Testing
);

[Unmanaged C++]
public: HRESULT Run(
AgSearchPluginOperand * SearchOperand,
VARIANT_BOOL * Testing,
VARIANT_BOOL * ReturnValue
);

Parameters

SearchOperand
Testing

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1