Initializes the plugin with the plugin site.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def Initialize(self, Site:"IAgUtPluginSite") -> None: |
- Site
- The site input parameter supports the %IAgStkPluginSite:AgStkPlugin~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:AgStkPlugin~IAgStkPluginSite% interface to obtain additional functionality such as access to the vector geometry tool.






