AGI AgRadarPlugin 11 Send comments on this topic.
Initialize Method (IAgStkRadarRcsPlugin)
See Also 
site
The site input parameter supports the IAgStkPluginSite interface.





Description

Initializes the plugin with the plugin site.

Syntax

[Visual Basic .NET]
Public Sub Initialize( _
   ByVal site As IAgUtPluginSite _
) 

[C#]
public void Initialize(
IAgUtPluginSite site
);

[Managed C++]
public: void Initialize(
IAgUtPluginSite ^ site
);

[Java]
public  initialize(
IAgUtPluginSite site
);

[Unmanaged C++]
public: HRESULT Initialize(
IAgUtPluginSite * site
);

Parameters

site
The site input parameter supports the IAgStkPluginSite interface.

Remarks

The Initialize method is called once after plugin construction.  The plugin site is passed as an input parameter and can be cast to the IAgStkPluginSite interface to obtain additional functionality such as access to the vector geometry tool.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1