STK ObjectsSend 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 * pVal
);
public: HRESULT put_IncludeInterp(
    VARIANT_BOOL IncludeInterp
);
[Java]
public bool getIncludeInterp();
public void setIncludeInterp(
    bool
);
[Python - STK API ]
@property
def IncludeInterp(self) -> bool:

@IncludeInterp.setter
def IncludeInterp(self, IncludeInterp:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.