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






Windows & Linux

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 * pVal
);
public: HRESULT put_ForwardPersistence(
    VARIANT_BOOL pVal
);
[Java]
public bool getForwardPersistence();
public void setForwardPersistence(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.