Common tasks associated with AreaTargets.
Read-only property
[Visual Basic .NET] |
---|
Public Property CommonTasks() As IAgATCommonTasks |
[C#] |
---|
public IAgATCommonTasks CommonTasks {get;} |
[Managed C++] |
---|
public: __property IAgATCommonTasks ^ get_CommonTasks(); |
[Unmanaged C++] |
---|
public: HRESULT get_CommonTasks( IAgATCommonTasks ** ppRetVal ); |
[Java] |
---|
public IAgATCommonTasks getCommonTasks(); |
[Python - STK API ] |
---|
@property def CommonTasks(self) -> "IAgATCommonTasks": |