Description
This .NET class wraps the AcGiGlyph ObjectARX class.
Glyph is used to provide the graphics primitives for drawing a glyph during snap operations.
Class Hierarchy
Autodesk.AutoCAD.GraphicsInterface.Drawable Autodesk.AutoCAD.GraphicsInterface.Glyph
C#
public abstract class Glyph : Drawable;
Visual Basic
Public abstract Class Glyph Inherits Drawable