Autodesk.AutoCAD.Customization Namespace > CustomizationSection Class > CustomizationSection Constructor > CustomizationSection(string, string) Constructor
CustomizationSection.CustomizationSection(string, string) Constructor
Description

 

This constructor creates a new CUI file.

Visual Basic
Public Sub New(
    fileName As string, 
    menuGroupName As string
)
C#
public CustomizationSection(
    string fileName, 
    string menuGroupName
);
Parameters
Parameters 
Description 
string fileName 
Input the full path for the file being created. 
string menuGroupName 
Input the name of the MenuGroup. This will display in the tree view in the CUI dialog and the CUILoad dialog. 
Links
   Comments?