Get the list of results defined for the profile.
Read-only property
[Visual Basic .NET] |
---|
Public Property Results() As IAgVABisectionResultCollection |
[C#] |
---|
public IAgVABisectionResultCollection Results {get;} |
[Managed C++] |
---|
public: __property IAgVABisectionResultCollection ^ get_Results(); |
[Unmanaged C++] |
---|
public: HRESULT get_Results( IAgVABisectionResultCollection ** ppVABisectionResultCollection ); |
[Java] |
---|
public IAgVABisectionResultCollection getResults(); |
[Python - STK API ] |
---|
@property def Results(self) -> "IAgVABisectionResultCollection": |