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

Visual Basic

Public sealed Class UcsTable
Inherits SymbolTable
Inherits IEnumerable

C#

public sealed class UcsTable : SymbolTable, IEnumerable;

Was this information helpful?