AGI AgUtPluginSend comments on this topic.
GetPluginConfig Method (IAgUtPluginConfig)
See Also
pAttrBuilder
This object is used to build a container for the plugin's configurable parameters.
Windows





Windows & Linux

Description

Get an attribute container of the configuration settings.

Syntax

[Visual Basic .NET]
Public Function GetPluginConfig( _
    ByVal pAttrBuilder As IAgAttrBuilder _
) As Object
[C#]
public Object GetPluginConfig(
    IAgAttrBuilder pAttrBuilder
);
[Managed C++]
public: IUnknown^ GetPluginConfig(
    IAgAttrBuilder ^ pAttrBuilder
);
[Unmanaged C++]
public: HRESULT GetPluginConfig(
    IAgAttrBuilder * pAttrBuilder,
    IUnknown ** ppDispScope
);
[Java]
public Object getPluginConfig(
    IAgAttrBuilder pAttrBuilder
);
[Python - STK API ]
def GetPluginConfig(self, pAttrBuilder:"IAgAttrBuilder") -> "IDispatch":

Parameters

pAttrBuilder
This object is used to build a container for the plugin's configurable parameters.

Return Type

The plugin should return the container that is built. See IAgAttrBuilder.

Remarks

This call is made by the application on the plugin component, during user configuration of the plugin's parameters, using the application user interface. The component will be given the IAgAttrBuilder argument so that it can declare its configurable parameters, if any.

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.