This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicSymbolProperties Interface > IDynamicSymbolProperties.DynamicGlyph Property (ArcObjects .NET 10.4 SDK) |
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
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.