Provides access to common tasks that allow users quickly carry out tasks such as creating known axes, etc.
Read-only property
[Visual Basic .NET] |
---|
Public Property CommonTasks() As IAgCrdnAxesCommonTasks |
[C#] |
---|
public IAgCrdnAxesCommonTasks CommonTasks {get;} |
[Managed C++] |
---|
public: __property IAgCrdnAxesCommonTasks ^ get_CommonTasks(); |
[Unmanaged C++] |
---|
public: HRESULT get_CommonTasks( IAgCrdnAxesCommonTasks ** ppRetVal ); |
[Java] |
---|
public IAgCrdnAxesCommonTasks getCommonTasks(); |
[Python - STK API ] |
---|
@property def CommonTasks(self) -> "IAgCrdnAxesCommonTasks": |