Share

UcsTable Class

Description

This .NET class wraps the AcDbUCSTable ObjectARX class.

This class is the symbol table for AcDbUCSTableRecord, which represents stored user coordinate systems (UCS) within the drawing database.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.SymbolTable
        Autodesk.AutoCAD.DatabaseServices.UcsTable

C#

public sealed class UcsTable : SymbolTable, IEnumerable;

Visual Basic

Public sealed Class UcsTable
Inherits SymbolTable
Inherits IEnumerable

Was this information helpful?