Get an attribute container of the configuration settings.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def GetPluginConfig(self, pAttrBuilder:"IAgAttrBuilder") -> "IDispatch": |
- pAttrBuilder
- This object is used to build a container for the plugin's configurable parameters.
The plugin should return the container that is built. See IAgAttrBuilder.
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.






