ArcObjects Library Reference  (Display)    

IDynamicGlyphFactory.UnloadDynamicGlyphsGroup Method

Unload an external dynamic glyph group from a file.

[Visual Basic 6.0]
Sub UnloadDynamicGlyphsGroup(
    ByVal groupId As Long _
)
[Visual Basic .NET]
Public Sub UnloadDynamicGlyphsGroup ( _
    ByVal groupId As Integer _
)
[C#]
public void UnloadDynamicGlyphsGroup (
    int groupId
);
[Java]
public void unloadDynamicGlyphsGroup (
    int groupId
)
throws
    IOException,
    AutomationException
[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.

See Also

IDynamicGlyphFactory Interface

 


Feedback Send feedback on this page