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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.