DimStyleTableRecord Class

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.SymbolTableRecord
        Autodesk.AutoCAD.DatabaseServices.DimStyleTableRecord

Visual Basic

Public Class DimStyleTableRecord
Inherits SymbolTableRecord

C#

public class DimStyleTableRecord : SymbolTableRecord;

Description

This .NET class wraps the AcDbDimStyleTableRecord ObjectARX class.

Objects of this class represent the records found in the DimStyleTable. Each of these records contains the information necessary to generate a specific appearance (that is, text above, in, or below the line; arrows, slashes, or dots at the end of the dimension line, and so on) for dimensions that reference it.

Notes

For dimensioning, it is often desirable to have a set of similar styles that are essentially variations on a theme, with each style intended for a different dimension type (that is, angular, linear, radial, and so on). Such a group of styles is known as an DimStyle family.

Links

DimStyleTableRecord Methods, DimStyleTableRecord Properties