Autodesk.AutoCAD.Customization Namespace > DoubleClickAction Class > DoubleClickAction Constructor > DoubleClickAction(MenuGroup, string, int) Constructor
DoubleClickAction.DoubleClickAction(MenuGroup, string, int) Constructor
Description

 

Constructs a DoubleClickAction, specifying its name and array position.

Visual Basic
Public Sub New(
    parent As MenuGroup, 
    name As string, 
    index As Integer
)
C#
public DoubleClickAction(
    MenuGroup parent, 
    string name, 
    int index
);
Parameters
Parameters 
Description 
MenuGroup parent 
Input the MenuGroup that this double click action belongs to. 
string name 
Input the name of the double click action. 
int index 
Input the zero-based index where the DoubleClickAction will be inserted. 
Links
   Comments?