AGI STK Objects 11 Send comments on this topic.
InterpolationType Property (IAgVeEphemerisSpiceExportTool)
See Also 





Description

The interpolation type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InterpolationType() As AgESpiceInterpolation

[C#]
public AgESpiceInterpolation InterpolationType {get; set;}

[Managed C++]
public: __property AgESpiceInterpolation get_InterpolationType();
public: __property void set_InterpolationType(
AgESpiceInterpolation
);

[Unmanaged C++]
public: HRESULT get_InterpolationType(
AgESpiceInterpolation * pRetVal
);
public: HRESULT put_InterpolationType(
AgESpiceInterpolation NewInterpolationType
);

[Java]
public AgESpiceInterpolation getInterpolationType();public void setInterpolationType(
AgESpiceInterpolation
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1