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

 

This constructor sets a parent.

Visual Basic
Public Sub New(
    parent As Workspace, 
    className As string
)
C#
public WorkspaceDockableWindow(
    Workspace parent, 
    string className
);
Parameters
Parameters 
Description 
Workspace parent 
Input the parent workspace of this dockable window. 
string className 
Input the GUID of the class that is stored in the registry to identify this dockable window. 
Links
   Comments?