Retrieve a dynamic glyph from a glyph group.
[Visual Basic 6.0] Property DynamicGlyph(
ByVal groupId As Long, _
ByVal GlyphType As esriDynamicGlyphType, _
ByVal index As Long _
) As IDynamicGlyph
[Visual Basic .NET] Public Function get_DynamicGlyph ( _ ByVal groupId As Integer, _ ByVal GlyphType As esriDynamicGlyphType, _ ByVal index As Integer _ ) As IDynamicGlyph
[C#] public IDynamicGlyph get_DynamicGlyph ( int groupId, esriDynamicGlyphType GlyphType, int index );
[Java] public IDynamicGlyph getDynamicGlyph ( Long groupId, esriDynamicGlyphType GlyphType, Long index )
[C++] HRESULT get_DynamicGlyph( long groupId, esriDynamicGlyphType GlyphType, long index, IDynamicGlyph** glyph );
Parameters
groupId [in]
groupId is a parameter of type long
GlyphType [in]
GlyphType is a parameter of type esriDynamicGlyphType
index [in]
index is a parameter of type long
glyph [out, retval]
glyph is a parameter of type IDynamicGlyph