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