Description
Get whether to allow pos-vel covariance interpolation.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property AllowPosVelCovInterpolation() As Boolean
|
[C#] |
---|
public bool AllowPosVelCovInterpolation {get; set;}
|
[Managed C++] |
---|
public: __property bool get_AllowPosVelCovInterpolation(); public: __property void set_AllowPosVelCovInterpolation(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_AllowPosVelCovInterpolation(
VARIANT_BOOL * pVal
);
public: HRESULT put_AllowPosVelCovInterpolation(
VARIANT_BOOL val
);
|
[Java] |
---|
public bool getAllowPosVelCovInterpolation();
public void setAllowPosVelCovInterpolation(
bool
);
|
[Python - STK API] |
---|
@property
def AllowPosVelCovInterpolation(self) -> bool:
@AllowPosVelCovInterpolation.setter
def AllowPosVelCovInterpolation(self, val:bool) -> None:
|
See Also