AGI STK Graphics 11Send 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 NewFadePersistence
);
[Java]
public bool getFadePersistence();public void setFadePersistence(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.