Refresh Visible Nodes.
[Visual Basic .NET] Public Sub RefreshVisibleNodes ( _ ByVal pGlobe As IGlobe _ )
[C#] public void RefreshVisibleNodes ( IGlobe pGlobe );
[C++]
HRESULT RefreshVisibleNodes(
IGlobe* pGlobe
);
[C++]Parameters
pGlobe [in]pGlobe is a parameter of type IGlobe
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
This method must be called after the visibility of a KML Node has been changed via the IKmlNode interface.
The call to RefreshVisibleNodes should be followed by calls to invalidate the layer cache and redraw.