STK ObjectsSend 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
);
[Python - STK API ]
@property
def ForwardPersistence(self) -> bool:

@ForwardPersistence.setter
def ForwardPersistence(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.