Autodesk.AutoCAD.Customization Namespace > Panel Class > Panel Constructor > Panel(PanelSet, Panel, int) Constructor
Panel.Panel(PanelSet, Panel, int) Constructor
Description

 

This the copy constructor.

Visual Basic
Public Sub New(
    parent As PanelSet, 
    source As Panel, 
    index As Integer
)
C#
public Panel(
    PanelSet parent, 
    Panel source, 
    int index
);
Parameters
Parameters 
Description 
PanelSet parent 
Input the parent. 
Panel source 
Input the copy source. 
int index 
Input the index position. 
Links
   Comments?