Get the selected equality constraints.
Read-only property
[Visual Basic .NET] |
---|
Public Property Results() As IAgVASearchPluginResultCollection |
[C#] |
---|
public IAgVASearchPluginResultCollection Results {get;} |
[Managed C++] |
---|
public: __property IAgVASearchPluginResultCollection ^ get_Results(); |
[Unmanaged C++] |
---|
public: HRESULT get_Results( IAgVASearchPluginResultCollection ** ppSearchPluginResultCollection ); |
[Java] |
---|
public IAgVASearchPluginResultCollection getResults(); |
[Python - STK API ] |
---|
@property def Results(self) -> "IAgVASearchPluginResultCollection": |