STK UI PluginsSend comments on this topic.
IAgUiPluginWindowCreateParameters Interface

Description

Represents a custom window configuration object used to create custom windows integrated within the hosting environment.

Public Properties

Public Property AllowMultipleA flag to control to control the number of instances of the same window.
Public Property AssemblyPathA path to the assembly that contains a user control.
Public Property CaptionThe window title.
Public Property DockStyleWindow docking style.
Public Property HeightThe initial window height.
Public Property UserControlFullNameThe full type name of the user control.
Public Property WidthThe initial window width.
Public Property XThe window's initial X position.
Public Property YThe window's initial Y position.
© 2025 Analytical Graphics, Inc. All Rights Reserved.