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





Windows & Linux

Description

Returns a pointer to the Ui plugin object that created the embedded control.

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 ** ppOwner
);
[Java]
public IAgUiPlugin getPlugin();

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.