This document is archived and information here might be outdated. Recommended version. |
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*
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.