Share

PaletteSet.PaletteSet(string) Constructor

Description

Constructs a new palette set with the given name.

Visual Basic

Public Sub New(
    name As string
)

C#

public PaletteSet(
    string name
);

Parameters

Parameters Description
string name Input name of palette set

Links

PaletteSet Class, Autodesk.AutoCAD.Windows Namespace

Was this information helpful?