AGI Ui Plugins 11Send 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();
[Java]
public IAgUiPluginWindowCreateParameters createParameters();
[Unmanaged C++]
public: HRESULT CreateParameters(
   IAgUiPluginWindowCreateParameters ** ReturnValue
);

Remarks

IAgUiPluginWindowCreateParameters interface is used with CreateNetToolWindowParam method.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.