AGI STK Objects 11 Send comments on this topic.
ForwardPersistence Property (IAgSnProjection)
See Also 





Description

Specify whether persistence is to apply in a forward animation direction only.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ForwardPersistence();
public: __property void set_ForwardPersistence(
bool
);

[Unmanaged C++]
public: HRESULT get_ForwardPersistence(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ForwardPersistence(
VARIANT_BOOL NewForwardPersistence
);

[Java]
public bool getForwardPersistence();public void setForwardPersistence(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1