Provides access to common tasks that allow
users quickly carry out tasks such as creating known point types,
etc.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property CommonTasks() As IAgCrdnPointCommonTasks
|
| [C#] |
|---|
public IAgCrdnPointCommonTasks CommonTasks {get;}
|
| [Managed C++] |
|---|
public: __property IAgCrdnPointCommonTasks^ get_CommonTasks();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CommonTasks(
|
| [Java] |
|---|
public IAgCrdnPointCommonTasks getCommonTasks();
|