Share

Scheme Class

Description

This .NET class wraps the AcTcScheme ObjectARX class.

The Scheme class is used to store and manage a tool palette scheme.

A scheme is a collection of the following types of catalogs:

  • Tool catalogs
  • Stock tool catalogs
  • Shape catalogs
These catalogs can be loaded from catalog files that are located in multiple paths.

Class Hierarchy

Autodesk.AutoCAD.Windows.ToolPalette.Scheme

Visual Basic

Public sealed Class Scheme
Inherits DisposableWrapper

C#

public sealed class Scheme : DisposableWrapper;

Links

Scheme Methods, Scheme Properties

Was this information helpful?