STK AgAsPluginSend comments on this topic.
MuLagrangeVOP Property (IAgAsEphemFileReaderPluginResultEphem)
See Also
Windows





Windows & Linux

Description

The gravitational parameter (expressed using the distance and time units) to use when using LagrangeVOP interpolation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MuLagrangeVOP() As Double
[C#]
public double MuLagrangeVOP {get; set;}
[Managed C++]
public: __property double get_MuLagrangeVOP();
public: __property void set_MuLagrangeVOP( double );
[Unmanaged C++]
public: HRESULT get_MuLagrangeVOP(
    double * pVopMu
);
public: HRESULT put_MuLagrangeVOP(
    double VopMu
);
[Java]
public double getMuLagrangeVOP();
public void setMuLagrangeVOP(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.