Successively displays geometric elements over the specified duration.
Read-write property
[Visual Basic .NET] |
---|
Public Property PersistenceVisible() As Boolean |
[C#] |
---|
public bool PersistenceVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_PersistenceVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_PersistenceVisible( VARIANT_BOOL * pVal ); public: HRESULT put_PersistenceVisible( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getPersistenceVisible(); public void setPersistenceVisible( bool ); |