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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface