Indicates whether to take account of the angular velocity (slope) at the beginning and the end of the slew.
Read-write property
[Visual Basic .NET] |
---|
Public Property MatchAngularVelocity() As Boolean |
[C#] |
---|
public bool MatchAngularVelocity {get; set;} |
[Managed C++] |
---|
public: __property bool get_MatchAngularVelocity(); |
[Unmanaged C++] |
---|
public: HRESULT get_MatchAngularVelocity( VARIANT_BOOL * pVal ); public: HRESULT put_MatchAngularVelocity( VARIANT_BOOL MatchAngularVelocity ); |
[Java] |
---|
public bool getMatchAngularVelocity(); public void setMatchAngularVelocity( bool ); |