AGI STK Objects 11 Send comments on this topic.
HighSpeed Property (IAgAnimation)
See Also 





Description

Controls the animation speed.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_HighSpeed();
public: __property void set_HighSpeed(
bool
);

[Unmanaged C++]
public: HRESULT get_HighSpeed(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_HighSpeed(
VARIANT_BOOL NewHighSpeed
);

[Java]
public bool getHighSpeed();public void setHighSpeed(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1