ArcObjects Library Reference (Display)  

IDynamicSymbolProperties.DynamicGlyph Property

Indicates the dynamic glyph for the specified dynamic symbol.

[Visual Basic .NET]
Public Function get_DynamicGlyph ( _
    ByVal dynamicSymbolType As esriDynamicSymbolType _
) As IDynamicGlyph
[Visual Basic .NET]
Public Sub set_DynamicGlyph ( _
    ByVal dynamicSymbolType As esriDynamicSymbolType, _
    ByVal DynamicGlyph As IDynamicGlyph _
)
[C#]
public IDynamicGlyph get_DynamicGlyph (
    esriDynamicSymbolType dynamicSymbolType
);
[C#]
public void set_DynamicGlyph (
    esriDynamicSymbolType dynamicSymbolType,
    IDynamicGlyph DynamicGlyph
);
[C++]
HRESULT get_DynamicGlyph(
  esriDynamicSymbolType dynamicSymbolType,
  IDynamicGlyph** DynamicGlyph
);
[C++]
HRESULT putref_DynamicGlyph(
  esriDynamicSymbolType dynamicSymbolType,
  IDynamicGlyph* DynamicGlyph
);
[C++]

Parameters

dynamicSymbolType [in]

  dynamicSymbolType is a parameter of type esriDynamicSymbolType

DynamicGlyph [out, retval]

  DynamicGlyph is a parameter of type IDynamicGlyph

dynamicSymbolType [in]

  dynamicSymbolType is a parameter of type esriDynamicSymbolType

DynamicGlyph [in]

  DynamicGlyph is a parameter of type IDynamicGlyph

Product Availability

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

Remarks

Dynamic Glyph is a handle to a graphic resource that can be used in order to render the Dynamic Symbol.Use the Dynamic Glyph Factory in order to create and delete Dynamic Glyphs.

See Also

IDynamicSymbolProperties Interface