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





Windows & Linux

Description

Returns a new instance of the parameters used to create custom tool windows.

Syntax

[Visual Basic .NET]
Public Function CreateParameters() As IAgUiPluginWindowCreateParameters
[C#]
public IAgUiPluginWindowCreateParameters CreateParameters();
[Managed C++]
public: IAgUiPluginWindowCreateParameters ^ CreateParameters();
[Unmanaged C++]
public: HRESULT CreateParameters(
    IAgUiPluginWindowCreateParameters ** ppParams
);
[Java]
public IAgUiPluginWindowCreateParameters createParameters();

Remarks

IAgUiPluginWindowCreateParameters interface is used with CreateNetToolWindowParam method.

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.