Share

DimStyleTable Class

Description

This .NET class wraps the AcDbDimStyleTable ObjectARX class.

It is the symbol table for DimStyleTableRecords, which represents dimension styles within the drawing database.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.SymbolTable
        Autodesk.AutoCAD.DatabaseServices.DimStyleTable

Visual Basic

Public sealed Class DimStyleTable
Inherits SymbolTable
Inherits IEnumerable

C#

public sealed class DimStyleTable : SymbolTable, IEnumerable;

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.

See Also

DBObject

Was this information helpful?