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