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


IGlobe2.RefreshGroupLayer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobe2.RefreshGroupLayer Method

Refresh globe group layer.

[Visual Basic .NET]
Public Sub RefreshGroupLayer ( _
    ByVal pLayer As ILayer _
)
[C#]
public void RefreshGroupLayer (
    ILayer pLayer
);
[C++]
HRESULT RefreshGroupLayer(
  ILayer* pLayer
);
[C++]

Parameters pLayer [in]
pLayer is a parameter of type ILayer

Product Availability

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

See Also

IGlobe2 Interface