STK UI PluginsSend comments on this topic.
SetSite Method (IAgUiPluginEmbeddedControl)
See Also
Site
Windows





Windows & Linux

Description

Framework calls the method to initialize the embedded control by providing the pointer to the control's site object.

Syntax

[Visual Basic .NET]
Public Sub SetSite( _
    ByVal Site As IAgUiPluginEmbeddedControlSite _
)
[C#]
public void SetSite(
    IAgUiPluginEmbeddedControlSite Site
);
[Managed C++]
public: void SetSite(
    IAgUiPluginEmbeddedControlSite ^ Site
);
[Unmanaged C++]
public: HRESULT SetSite(
    IAgUiPluginEmbeddedControlSite * Site
);
[Java]
public void setSite(
    IAgUiPluginEmbeddedControlSite Site
);

Parameters

Site

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.