Initializes the plugin with the plugin site.
| [Visual Basic .NET] |
|---|
Public Sub Initialize( _ ByVal Site As IAgUtPluginSite _ ) |
| [C#] |
|---|
public void Initialize( |
| [Managed C++] |
|---|
public: void Initialize( |
| [Java] |
|---|
public initialize( |
| [Unmanaged C++] |
|---|
public: HRESULT Initialize( |
- Site
- The site input parameter supports the IAgStkPluginSite interface.
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.
