Gets or sets the option to use interpolation to determine the formation point's speed and position.
Read-write property
[Visual Basic .NET] |
---|
Public Property InterpolatePointPosVel() As Boolean |
[C#] |
---|
public bool InterpolatePointPosVel {get; set;} |
[Managed C++] |
---|
public: __property bool get_InterpolatePointPosVel(); |
[Unmanaged C++] |
---|
public: HRESULT get_InterpolatePointPosVel( VARIANT_BOOL * pVal ); public: HRESULT put_InterpolatePointPosVel( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getInterpolatePointPosVel(); public void setInterpolatePointPosVel( bool ); |