ArcObjects Library Reference (Display)  

IDynamicGlyphFactory.UnloadDynamicGlyphsGroup Method

Unloads a dynamic glyph group, and any corresponding resources.

[Visual Basic .NET]
Public Sub UnloadDynamicGlyphsGroup ( _
    ByVal groupId As Integer _
)
[C#]
public void UnloadDynamicGlyphsGroup (
    int groupId
);
[C++]
HRESULT UnloadDynamicGlyphsGroup(
  long groupId
);
[C++]

Parameters

groupId [in]   groupId is a parameter of type long

Product Availability

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

Remarks

When the Dynamic Glyphs Group is no longer needed, it is important to call this method in order to release the Group’s resources.

Unused Dynamic Glyph Groups that are not unloaded might result in memory leaks on the graphic card memory.

See Also

IDynamicGlyphFactory Interface