AGI AgUtPlugin 11 Send comments on this topic.
VerifyPluginConfig Method (IAgUtPluginConfig)
See Also 
pPluginCfgResult
This interface holds the validation information--- a success or failure flag and a message that is communicated back to the user on failure.





Description

Verify the Plugin Config

Syntax

[Visual Basic .NET]
Public Sub VerifyPluginConfig( _
   ByVal pPluginCfgResult As AgUtPluginConfigVerifyResult _
) 

[C#]
public void VerifyPluginConfig(
AgUtPluginConfigVerifyResult pPluginCfgResult
);

[Managed C++]
public: void VerifyPluginConfig(
AgUtPluginConfigVerifyResult ^ pPluginCfgResult
);

[Java]
public  verifyPluginConfig(
AgUtPluginConfigVerifyResult pPluginCfgResult
);

[Unmanaged C++]
public: HRESULT VerifyPluginConfig(
AgUtPluginConfigVerifyResult * pPluginCfgResult
);

Parameters

pPluginCfgResult
This interface holds the validation information--- a success or failure flag and a message that is communicated back to the user on failure.

Remarks

This function is called by the application on the plugin component when the user sets the plugin's configurable parameters.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1