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