This document is archived and information here might be outdated.  Recommended version.


IKmlLayer.RefreshVisibleNodes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlLayer Interface > IKmlLayer.RefreshVisibleNodes Method
ArcGIS Developer Help

IKmlLayer.RefreshVisibleNodes Method

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.

See Also

IKmlLayer Interface