Share

TextStyleTableRecord Class

Description

This .NET class wraps the AcDbTextStyleTableRecord ObjectARX class.

Objects of this class represent the records that are found in the TextStyleTable (known as the "Style" table in DXF). Each of these records represents a specific set of text parameters such as font, default size, relative x scaling, vertical or horizontal, etc.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.SymbolTableRecord
        Autodesk.AutoCAD.DatabaseServices.TextStyleTableRecord

Visual Basic

Public Class TextStyleTableRecord
Inherits SymbolTableRecord

C#

public class TextStyleTableRecord : SymbolTableRecord;

Links

TextStyleTableRecord Properties

Was this information helpful?