‹#›
© 2007 Autodesk
ADSK_BLack_BAR.png
ADN Developer Days 2007/8
Use the .NET CUI API to create CUI files - 3
§Add partial CUI files to another CUI file (main CUI)
§
§For a new CUI file that does not exist instantiate a new CustomizationSection without any arguments
§CustomizationSection csModule = new CustomizationSection();
§
§DefaultWorkSpace on the WorkspaceCollection object.
§when the CUI file is unloaded and reloaded, the default workspace is used
§
§Ribbon Tabs in this API are undocumented/unsupported
§
§
§
§.