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





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 * pRetVal
);
public: HRESULT put_PersistenceVisible(
VARIANT_BOOL NewPersistenceVisible
);

[Java]
public bool getPersistenceVisible();public void setPersistenceVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1