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


IDynamicGlyph.GlyphType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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