Triggered when the plugin is initialized to allow for any additional needed initialization. Must return true to turn on use of plugin.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
- Site
- The site object will be a IAgOdtkPluginSite component (when the plugin is called from within ODTK).
Return true to indicate success, false to indicate failure. If false is returned, no method of the plugin will be called.





