STK AgUtPluginSend 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.
Windows





Windows & Linux

Description

Verify the Plugin Config

Syntax

[Visual Basic .NET]
Public Sub VerifyPluginConfig( _
    ByVal pPluginCfgResult As IAgUtPluginConfigVerifyResult _
)
[C#]
public void VerifyPluginConfig(
    IAgUtPluginConfigVerifyResult pPluginCfgResult
);
[Managed C++]
public: void VerifyPluginConfig(
    IAgUtPluginConfigVerifyResult ^ pPluginCfgResult
);
[Unmanaged C++]
public: HRESULT VerifyPluginConfig(
    IAgUtPluginConfigVerifyResult * pPluginCfgResult
);
[Java]
public void verifyPluginConfig(
    IAgUtPluginConfigVerifyResult 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

© 2024 Analytical Graphics, Inc. All Rights Reserved.