TextStyle Class

Autodesk.AutoCAD.GraphicsInterface.TextStyle
Visual Basic
Public sealed Class TextStyle
Inherits RXObject
C#
public sealed class TextStyle : RXObject;
Description

 

This .NET class wraps the AcGiTextStyle ObjectARX class. This class is used to set the display attributes of text. It is passed as an argument to one of the Geometry.Text() member functions.

Links