This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlLayer Interface > IKmlLayer.RefreshVisibleNodes Method (ArcObjects .NET 10.5 SDK) |
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.