AGI GPS 13Send comments on this topic.
IsGPSSelected Method (IAgAsGPSSatSelectPluginResultEval)
See Also
Index
An integer identifier
Windows





Windows & Linux

Description

Returns True if the GPS satellite at given Index is selected.

Syntax

[Visual Basic .NET]
Public Function IsGPSSelected( _
    ByVal Index As Integer _
) As Boolean
[C#]
public bool IsGPSSelected(
    int Index
);
[Managed C++]
public: bool IsGPSSelected(
    int Index
);
[Unmanaged C++]
public: HRESULT IsGPSSelected(
    long Index,
    VARIANT_BOOL * pSelect
);
[Java]
public bool isGPSSelected(
    int Index
);

Parameters

Index
An integer identifier

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.