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

 

This constructor opens a CUI file.

Visual Basic
Public Sub New(
    fileName As string, 
    readOnly As bool
)
C#
public CustomizationSection(
    string fileName, 
    bool readOnly
);
Parameters
Parameters 
Description 
string fileName 
Input the name of the CUI file. 
bool readOnly 
Input whether or not to open the file as read-only. 
Links
   Comments?