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






Windows & Linux

Description

Successively displays geometric elements over the specified duration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PersistenceVisible() As Boolean
[C#]
public bool PersistenceVisible {get; set;}
[Managed C++]
public: __property bool get_PersistenceVisible();
public: __property void set_PersistenceVisible( bool );
[Unmanaged C++]
public: HRESULT get_PersistenceVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_PersistenceVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getPersistenceVisible();
public void setPersistenceVisible(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.