Gets the user data that is stored for each
tile. This is used to store tiler specific data.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Data() As String
|
| [C#] |
|---|
public string Data {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Data();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Data(
|
| [Java] |
|---|
public String getData();
|