STK ObjectsSend comments on this topic.
Interpolate Property (IAgVeGfxGroundEllipsesElement)
See Also
Windows





Windows & Linux

Description

Opt whether to interpolate between time points or the last known size and orientation for dynamic graphics.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Interpolate() As Boolean
[C#]
public bool Interpolate {get; set;}
[Managed C++]
public: __property bool get_Interpolate();
public: __property void set_Interpolate( bool );
[Unmanaged C++]
public: HRESULT get_Interpolate(
    VARIANT_BOOL * pVal
);
public: HRESULT put_Interpolate(
    VARIANT_BOOL InVal
);
[Java]
public bool getInterpolate();
public void setInterpolate(
    bool
);
[Python - STK API ]
@property
def Interpolate(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.