AGI STK Objects 11 Send comments on this topic.
MatchAngularVelocity Property (IAgVeAttPointing)
See Also 
Windows






Windows & Linux

Description

This property is deprecated. Use TargetSlew. Opt whether to take account of the angular velocity (slope) at the beginning and end of the slew.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MatchAngularVelocity() As Boolean

[C#]
public bool MatchAngularVelocity {get; set;}

[Managed C++]
public: __property bool get_MatchAngularVelocity();
public: __property void set_MatchAngularVelocity(
bool
);

[Unmanaged C++]
public: HRESULT get_MatchAngularVelocity(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_MatchAngularVelocity(
VARIANT_BOOL NewMatchAngularVelocity
);

[Java]
public bool getMatchAngularVelocity();public void setMatchAngularVelocity(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface