Verify the Plugin Config
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def VerifyPluginConfig(self, pPluginCfgResult:"IAgUtPluginConfigVerifyResult") -> None: |
- pPluginCfgResult
- This interface holds the validation information--- a success or failure flag and a message that is communicated back to the user on failure.
This function is called by the application on the plugin component when the user sets the plugin's configurable parameters.






