STK UI PluginsSend comments on this topic.
Plugin Property (IAgUiPluginConfigurationPageSite)
See Also
Windows





Windows & Linux

Description

Plugin object that owns the page.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Plugin() As IAgUiPlugin
[C#]
public IAgUiPlugin Plugin {get;}
[Managed C++]
public: __property IAgUiPlugin ^ get_Plugin();
[Unmanaged C++]
public: HRESULT get_Plugin(
    IAgUiPlugin ** ppUiPlugin
);
[Java]
public IAgUiPlugin getPlugin();

Remarks

Returns a User Interface plugin associated with a custom configuration page.

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.