AGI STK Objects 11 Send comments on this topic.
IncludeInterp Property (IAgVeEphemerisStkExportTool)
See Also 





Description

Include or ignore interpolation boundaries.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IncludeInterp() As Boolean

[C#]
public bool IncludeInterp {get; set;}

[Managed C++]
public: __property bool get_IncludeInterp();
public: __property void set_IncludeInterp(
bool
);

[Unmanaged C++]
public: HRESULT get_IncludeInterp(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IncludeInterp(
VARIANT_BOOL NewIncludeInterp
);

[Java]
public bool getIncludeInterp();public void setIncludeInterp(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1