ArcObjects Library Reference (Display)  

IDynamicGlyphFactory.DeleteDynamicGlyph Method

Deletes the dynamic glyph's resource.

[Visual Basic .NET]
Public Sub DeleteDynamicGlyph ( _
    ByVal glyph As IDynamicGlyph _
)
[C#]
public void DeleteDynamicGlyph (
    IDynamicGlyph glyph
);
[C++]
HRESULT DeleteDynamicGlyph(
  IDynamicGlyph* glyph
);
[C++]

Parameters

glyph [in]

  glyph is a parameter of type IDynamicGlyph

Product Availability

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

Remarks

It is important to call this method in order to release the Dynamic Glyph’s resources. A Dynamic Glyph object that is destroyed without calling this method might result in memory leaks on the graphic card memory. Also, it is recommended to delete unused Dynamic Glyphs in order to free up Graphic Card memory.

See Also

IDynamicGlyphFactory Interface