This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicGlyph Interface > IDynamicGlyph.GlyphType Property (ArcObjects .NET 10.5 SDK) |
Indicates the type of dynamic glyph.
[Visual Basic .NET] Public ReadOnly Property GlyphType As esriDynamicGlyphType
[C#] public esriDynamicGlyphType GlyphType {get;}
[C++]
HRESULT get_GlyphType(
esriDynamicGlyphType* GlyphType
);
[C++]
Parameters GlyphType [out, retval]
GlyphType is a parameter of type esriDynamicGlyphType
Indicates whether the Dynamic Glyph is of type Marker, Text, Line, or Fill.