STK AviatorSend comments on this topic.
InterpolatePointPosVel Property (IAgAvtrProcedureVGTPoint)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to use interpolation to determine the formation point's speed and position.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InterpolatePointPosVel() As Boolean
[C#]
public bool InterpolatePointPosVel {get; set;}
[Managed C++]
public: __property bool get_InterpolatePointPosVel();
public: __property void set_InterpolatePointPosVel( bool );
[Unmanaged C++]
public: HRESULT get_InterpolatePointPosVel(
    VARIANT_BOOL * pVal
);
public: HRESULT put_InterpolatePointPosVel(
    VARIANT_BOOL newVal
);
[Java]
public bool getInterpolatePointPosVel();
public void setInterpolatePointPosVel(
    bool
);
[Python - STK API ]
@property
def InterpolatePointPosVel(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.