Creates a custom tool window that hosts the .NET user control loaded from the assembly specified by the assemblyPath.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgUiWindow CreateNetToolWindowParam( IAgUiPlugin Plugin, IAgUiPluginWindowCreateParameters CreateParameters ); |
| [Managed C++] |
|---|
public: IAgUiWindow^ CreateNetToolWindowParam( IAgUiPlugin ^ Plugin, IAgUiPluginWindowCreateParameters ^ CreateParameters ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgUiWindow createNetToolWindowParam( IAgUiPlugin Plugin, IAgUiPluginWindowCreateParameters CreateParameters ); |
- Plugin
- The plugin that creates the window.
- CreateParameters
- Contains information about the assembly path, user control type name, window position, etc.
A new window.





