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


IGlobe2.RefreshGroupLayer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobe2 Interface > IGlobe2.RefreshGroupLayer Method
ArcGIS Developer Help

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