Share

PaletteSet.PaletteSet(string, Guid) Constructor

Description

Constructs a new palette set with the given name and tool ID.

Visual Basic

Public Sub New(
    name As string, 
    toolID As Guid
)

C#

public PaletteSet(
    string name, 
    Guid toolID
);

Parameters

Parameters Description
string name Input name of palette set
Guid toolID Input ID of tool GUID

Links

PaletteSet Class, Autodesk.AutoCAD.Windows Namespace

Was this information helpful?