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