AGI Ui Plugins 11 Send comments on this topic.
SetSite Method (IAgUiPluginEmbeddedControl)
See Also 
Site





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1