ArcObjects Library Reference (GlobeCore)  

IGlobeDisplay.RefreshTextureObjects Method

Deletes all the textures to force them to reload.

[Visual Basic .NET]
Public Sub RefreshTextureObjects ( _
)
[C#]
public void RefreshTextureObjects (
);
[C++]
HRESULT RefreshTextureObjects(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeDisplay Interface