STK UI PluginsSend comments on this topic.
CreateToolWindowParam Method (IAgUiPluginWindowSite)
See Also
Plugin
EmbeddedControlUnk
CreateParameters
Windows





Windows & Linux

Description

Creates a custom tool window using the given parameters.

Syntax

[Visual Basic .NET]
Public Function CreateToolWindowParam( _
    ByVal Plugin As IAgUiPlugin, _
    ByVal EmbeddedControlUnk As Object, _
    ByVal CreateParameters As IAgUiPluginWindowCreateParameters _
) As IAgUiWindow
[Managed C++]
public: IAgUiWindow^ CreateToolWindowParam(
    IAgUiPlugin ^ Plugin,
    IUnknown ^ EmbeddedControlUnk,
    IAgUiPluginWindowCreateParameters ^ CreateParameters
);
[Unmanaged C++]
public: HRESULT CreateToolWindowParam(
    IAgUiPlugin * Plugin,
    IUnknown * EmbeddedControlUnk,
    IAgUiPluginWindowCreateParameters * CreateParameters,
    IAgUiWindow ** ppWindow
);

Parameters

Plugin
EmbeddedControlUnk
CreateParameters

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.