AGI AgAsPlugin 11 Send 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 * pRetVal
);
public: HRESULT put_MuLagrangeVOP(
double NewMuLagrangeVOP
);

[Java]
public double getMuLagrangeVOP();public void setMuLagrangeVOP(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface