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





Description

Resume the GIS data rendering. The GIS display will be updated when the view changes.

Syntax

[Visual Basic .NET]
Public Sub Resume() 

[C#]
public void Resume();

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

[Java]
public  resume();

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

Remarks

Use the Resume method to resume automatically updating the GIS display 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.Resume();

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1