STK Graphics PrimitivesSend comments on this topic.
FadePersistence Property (IAgStkGraphicsAxesPrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets whether the persistence path should fade over time.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FadePersistence() As Boolean
[C#]
public bool FadePersistence {get; set;}
[Managed C++]
public: __property bool get_FadePersistence();
public: __property void set_FadePersistence( bool );
[Unmanaged C++]
public: HRESULT get_FadePersistence(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_FadePersistence(
    VARIANT_BOOL FadePersistence
);
[Java]
public bool getFadePersistence();
public void setFadePersistence(
    bool
);
[Python - STK API ]
@property
def FadePersistence(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.