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





Windows & Linux

Description

The interpolation method used with the ephemeris.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InterpolationMethod() As AgEAsEphemInterpolationMethod
[C#]
public AgEAsEphemInterpolationMethod InterpolationMethod {get; set;}
[Managed C++]
public: __property AgEAsEphemInterpolationMethod get_InterpolationMethod();
public: __property void set_InterpolationMethod( AgEAsEphemInterpolationMethod );
[Unmanaged C++]
public: HRESULT get_InterpolationMethod(
    AgEAsEphemInterpolationMethod * pMethod
);
public: HRESULT put_InterpolationMethod(
    AgEAsEphemInterpolationMethod Method
);
[Java]
public AgEAsEphemInterpolationMethod getInterpolationMethod();
public void setInterpolationMethod(
    AgEAsEphemInterpolationMethod
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.