Get whether to allow pos-vel covariance interpolation.
Read-write property
[Visual Basic .NET] |
---|
Public Property AllowPosVelCovInterpolation() As Boolean |
[C#] |
---|
public bool AllowPosVelCovInterpolation {get; set;} |
[Managed C++] |
---|
public: __property bool get_AllowPosVelCovInterpolation(); |
[Unmanaged C++] |
---|
public: HRESULT get_AllowPosVelCovInterpolation( VARIANT_BOOL * pVal ); public: HRESULT put_AllowPosVelCovInterpolation( VARIANT_BOOL val ); |
[Java] |
---|
public bool getAllowPosVelCovInterpolation(); public void setAllowPosVelCovInterpolation( bool ); |