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





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 * pRetVal
);
public: HRESULT put_InterpolationMethod(
AgEAsEphemInterpolationMethod NewInterpolationMethod
);

[Java]
public AgEAsEphemInterpolationMethod getInterpolationMethod();public void setInterpolationMethod(
AgEAsEphemInterpolationMethod
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1