AGI GPS 13Send comments on this topic.
DOP Method (IAgAsGPSSatSelectPluginResultEval)
See Also
DopType
Requested type of dilution of precision to compute.
Windows





Windows & Linux

Description

Computes the DOP for the currently selected satellites.

Syntax

[Visual Basic .NET]
Public Function DOP( _
    ByVal DopType As AgEDopType _
) As Double
[C#]
public double DOP(
    AgEDopType DopType
);
[Managed C++]
public: double DOP(
    AgEDopType DopType
);
[Unmanaged C++]
public: HRESULT DOP(
    AgEDopType DopType,
    double * pDOPValue
);
[Java]
public double dOP(
    AgEDopType DopType
);

Parameters

DopType
Requested type of dilution of precision to compute.

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.