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

[Java]
public  setSite(
IAgUiPluginEmbeddedControlSite Site
);

[Unmanaged C++]
public: HRESULT SetSite(
IAgUiPluginEmbeddedControlSite * Site
);

Parameters

Site

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface