AGI GPS 13Send comments on this topic.
Evaluate Method (IAgAsGPSSatSelectPluginEngine)
See Also
ResultEval
Interface component to access inputs and outputs.
Windows





Windows & Linux

Description

Triggered whenever the GPS satellite selection is determined . Use the input interface to access settings. Returning false will turn this callback off.

Syntax

[Visual Basic .NET]
Public Function Evaluate( _
    ByVal ResultEval As IAgAsGPSSatSelectPluginResultEval _
) As Boolean
[C#]
public bool Evaluate(
    IAgAsGPSSatSelectPluginResultEval ResultEval
);
[Managed C++]
public: bool Evaluate(
    IAgAsGPSSatSelectPluginResultEval ^ ResultEval
);
[Unmanaged C++]
public: HRESULT Evaluate(
    IAgAsGPSSatSelectPluginResultEval * ResultEval,
    VARIANT_BOOL * pResult
);
[Java]
public bool evaluate(
    IAgAsGPSSatSelectPluginResultEval ResultEval
);

Parameters

ResultEval
Interface component to access inputs and outputs.

Return Type

Return true to indicate success, false to indicate failure. If false is returned, this method will no longer be called during GPS satellite selection.

Remarks

The plugin component is responsible, on every Evaluate() call, to select the set of GPS satellites to use. If the plugin does not select any during any particular call, then none will be available for use at that time.

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.