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 either be a IAgStkPluginSite component (when the plugin is called from within STK), an IAgGatorPluginSite (when the plugin is called from within Astrogator) or an 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.






