Get the properties of the selected plugin.
Read-only property
[Visual Basic .NET] |
---|
Public Property PluginConfig() As IAgVAPluginProperties |
[C#] |
---|
public IAgVAPluginProperties PluginConfig {get;} |
[Managed C++] |
---|
public: __property IAgVAPluginProperties ^ get_PluginConfig(); |
[Unmanaged C++] |
---|
public: HRESULT get_PluginConfig( IAgVAPluginProperties ** ppRetVal ); |
[Java] |
---|
public IAgVAPluginProperties getPluginConfig(); |
[Python - STK API ] |
---|
@property def PluginConfig(self) -> "IAgVAPluginProperties": |