This document is archived and information here might be outdated.  Recommended version.


IDynamicGlyph.GlyphType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicGlyph Interface > IDynamicGlyph.GlyphType Property
ArcGIS Developer Help

IDynamicGlyph.GlyphType Property

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*

Product Availability

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

Remarks

Indicates whether the Dynamic Glyph is of type Marker, Text, Line, or Fill.

See Also

IDynamicGlyph Interface