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] |
|---|
|
[Python - STK API ] |
|---|
def Init(self, Site:"IAgUtPluginSite") -> bool: |
- Site
- The site object will be a IAgGatorPluginSite component.
Return true to indicate success, false to indicate failure. If false is returned, no method of the plugin will be called.






