Returns a jagged array of grid points and
their intervals. The elements are single-dimension arrays each
containing three elements: latitude, longitude and a jagged array
of access intervals.
| [Visual Basic .NET] |
|---|
Public Function ToArray() As System.Array
|
| [C#] |
|---|
public System.Array ToArray();
|
| [Managed C++] |
|---|
public: System::Array ToArray();
|
| [Java] |
|---|
public Object[] toArray();
|
| [Unmanaged C++] |
|---|
public: HRESULT ToArray(
|