Description: This readme describes the commands implemented in the CUI sample "CuiSamp" that
illustrate the APIs available within AutoCAD to manipulate the CUI elements.
The sample also demonstrates a class (CUIStartup) that populates CUI with a custom
Workspace called Acme Workspace which in-turn contains a custom menu, toolbar and
Dashboard entry.
The class is designed so that when loaded (either via NETLOAD or demand loaded from
the registry) the Workspace is created and populated Automatically the first time
it is run. Subsequent loads will not modify any CUI or Workspace settings, including
WSCURRENT.
To Search:
File list (Check if you may need any files):
CuiSamp\AssemblyInfo.cs
.......\Class1.cs
.......\CuiSamp.csproj
.......\Readme.txt
CuiSamp