Description
Gets or sets the duration after camera view movement stops that this network link will refresh, when
View Refresh Mode is set to On Stop.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ViewRefreshTime() As Double
|
[C#] |
---|
public double ViewRefreshTime {get; set;}
|
[Managed C++] |
---|
public: __property double get_ViewRefreshTime(); public: __property void set_ViewRefreshTime( double );
|
[Unmanaged C++] |
---|
public: HRESULT get_ViewRefreshTime( double * pRetVal ); public: HRESULT put_ViewRefreshTime( double NewViewRefreshTime );
|
[Java] |
---|
public double getViewRefreshTime();public void setViewRefreshTime( double );
|
See Also