AGI AgAsPlugin 11 Send comments on this topic.
MuLagrangeVOP Property (IAgAsEphemFileReaderPluginResultEphem)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1