AGI STK Esri Display 11 Send comments on this topic.
Pause Method (IAgEsri3dRenderer)
See Also  Example





Description

Pause the GIS data rendering. If the view changes, the GIS data will not redraw.

Syntax

[Visual Basic .NET]
Public Sub Pause() 

[C#]
public void Pause();

[Managed C++]
public: void Pause();

[Java]
public  pause();

[Unmanaged C++]
public: HRESULT Pause();

Remarks

Use the Pause method to prevent the GIS information to be automatically updated as the 3D view changes. This is equivalent to the ArcGIS Data Refresh button in the Globe Manager toolbar in STK.

The Paused property reports the current state.

Example

[C#] Copy Code
renderer.Pause();

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1