Autodesk.AutoCAD.Customization Namespace > CustomizationSection Class
CustomizationSection Class
Description

 

This class represents the root element of the CUI file. This element contains the HeaderSection and MenuGroup elements, as well as methods for file operations. To open a CUI file, the full path to the file should be passed to the CustomizationSection constructor.

Class Hierarchy
Autodesk.AutoCAD.Customization.ElementBase
    Autodesk.AutoCAD.Customization.CustomizationSection
Visual Basic
Public Class CustomizationSection
Inherits ElementBase
C#
public class CustomizationSection : ElementBase;
Links
   Comments?