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


IGroupElement3.Refresh Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGroupElement3 Interface > IGroupElement3.Refresh Method
ArcGIS Developer Help

IGroupElement3.Refresh Method

Let the group know that there has been a change in one or more of the sub-elements.

[Visual Basic .NET]
Public Sub Refresh ( _
)
[C#]
public void Refresh (
);
[C++]
HRESULT Refresh(
void
);

Product Availability

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

See Also

IGroupElement3 Interface