Get the selected control parameters.
Read-only property
[Visual Basic .NET] |
---|
Public Property Controls() As IAgVASearchPluginControlCollection |
[C#] |
---|
public IAgVASearchPluginControlCollection Controls {get;} |
[Managed C++] |
---|
public: __property IAgVASearchPluginControlCollection ^ get_Controls(); |
[Unmanaged C++] |
---|
public: HRESULT get_Controls( IAgVASearchPluginControlCollection ** ppSearchPluginControlCollection ); |
[Java] |
---|
public IAgVASearchPluginControlCollection getControls(); |
[Python - STK API ] |
---|
@property def Controls(self) -> "IAgVASearchPluginControlCollection": |