Get the number of tiles in the
collection.
| [Visual Basic .NET] |
|---|
Public Function GetCount() As Integer
|
| [C#] |
|---|
public int GetCount();
|
| [Managed C++] |
|---|
public: int GetCount();
|
| [Java] |
|---|
public ppInteger getCount();
|
| [Unmanaged C++] |
|---|
public: HRESULT GetCount(
|