AGI Ui Plugins 11 Send 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 ** ppRetVal
);

[Java]
public IAgUiPlugin getPlugin();

Remarks

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

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface